1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +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:
Sunpoet Po-Chuan Hsieh 2011-12-06 01:14:11 +00:00
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

View File

@ -7,7 +7,7 @@
PORTNAME= Compress-LZO
PORTVERSION= 1.08
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -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'},
);