mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
2 changed files with 12 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= Compress-LZO
|
PORTNAME= Compress-LZO
|
||||||
PORTVERSION= 1.08
|
PORTVERSION= 1.08
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= archivers perl5
|
CATEGORIES= archivers perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- Makefile.PL.orig Sun Sep 10 23:56:49 2006
|
--- Makefile.PL.orig 1998-08-23 18:14:41.000000000 +0800
|
||||||
+++ Makefile.PL Sun Sep 10 23:57:27 2006
|
+++ Makefile.PL 2011-12-06 09:11:59.832206442 +0800
|
||||||
@@ -14,6 +14,8 @@
|
@@ -14,6 +14,8 @@
|
||||||
# installed.
|
# installed.
|
||||||
|
|
||||||
|
@ -9,3 +9,12 @@
|
||||||
|
|
||||||
|
|
||||||
# It shouldn't be necessary to change anything from here on.
|
# 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…
Add table
Reference in a new issue