mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Fix library linking
- Bump PORTREVISION for package change Submitted by: sunpoet (myself) Approved by: clsung (maintainer, via IRC) Feature safe: yes
This commit is contained in:
parent
3f45396d9c
commit
a40fe8b0ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286952
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= Compress-LZO
|
||||
PORTVERSION= 1.08
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= archivers perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.PL.orig Sun Sep 10 23:56:49 2006
|
||||
+++ Makefile.PL Sun Sep 10 23:57:27 2006
|
||||
--- Makefile.PL.orig 1998-08-23 18:14:41.000000000 +0800
|
||||
+++ Makefile.PL 2011-12-06 09:11:59.832206442 +0800
|
||||
@@ -14,6 +14,8 @@
|
||||
# installed.
|
||||
|
||||
@ -9,3 +9,12 @@
|
||||
|
||||
|
||||
# It shouldn't be necessary to change anything from here on.
|
||||
@@ -21,7 +23,7 @@
|
||||
WriteMakefile(
|
||||
NAME => 'Compress::LZO',
|
||||
VERSION_FROM => 'LZO.pm',
|
||||
- LIBS => [ "$LZO_LIB -llzo" ],
|
||||
+ LIBS => [ "$LZO_LIB -llzo2" ],
|
||||
INC => "$LZO_INCLUDE",
|
||||
'dist' => {COMPRESS=>'gzip', SUFFIX=>'gz'},
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user