diff options
author | sno <sno@pkgsrc.org> | 2009-04-11 22:35:29 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-11 22:35:29 +0000 |
commit | dacfd7ab425d09df77043f99ca3bff3fa410226a (patch) | |
tree | 72a9f8b6e3a7e8b03a921c6441512df298a77899 /devel/p5-Compress-Raw-Zlib/patches | |
parent | 115f9b74df5baad8cbc0e1a265877bb08394ddfe (diff) | |
download | pkgsrc-dacfd7ab425d09df77043f99ca3bff3fa410226a.tar.gz |
PkgSrc changes:
- Updating module to 2.017
Upstream changes:
2.017 28 March 2009
* Added 'LimitOutput' option
* Removed MAN3PODS from Makefile.PL
* Fixed coring issue when LimitOutput was used.
* Documented Compress::Raw::Zlib::zlib_version()
* Documented Compress::Raw::Zlib::deflateReset()
[RT #40566]
Diffstat (limited to 'devel/p5-Compress-Raw-Zlib/patches')
-rw-r--r-- | devel/p5-Compress-Raw-Zlib/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Compress-Raw-Zlib/patches/patch-aa b/devel/p5-Compress-Raw-Zlib/patches/patch-aa index 83ce31c087e..971995fe543 100644 --- a/devel/p5-Compress-Raw-Zlib/patches/patch-aa +++ b/devel/p5-Compress-Raw-Zlib/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.2 2008/07/17 17:00:24 heinz Exp $ +$NetBSD: patch-aa,v 1.3 2009/04/11 22:35:29 sno Exp $ Record the path to the zlib library in the executable/library. COMPILER_RPATH_FLAG is specific to pkgsrc. ---- Makefile.PL.orig 2006-07-07 16:23:00.000000000 +0000 -+++ Makefile.PL -@@ -85,7 +85,7 @@ WriteMakefile( +--- Makefile.PL.orig 2009-03-28 23:08:40.000000000 +0000 ++++ Makefile.PL 2009-04-11 21:34:32.000000000 +0000 +@@ -79,7 +79,7 @@ ( $BUILD_ZLIB ? zlib_files($ZLIB_LIB) @@ -13,4 +13,4 @@ $NetBSD: patch-aa,v 1.2 2008/07/17 17:00:24 heinz Exp $ + : (LIBS => [ "-L$ZLIB_LIB $ENV{'COMPILER_RPATH_FLAG'}$ZLIB_LIB -lz " ]) ), - ( + INSTALLDIRS => ($] >= 5.009 ? 'perl' : 'site'), |