summaryrefslogtreecommitdiff
path: root/devel/p5-Compress-Raw-Zlib/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Compress-Raw-Zlib/patches/patch-aa')
-rw-r--r--devel/p5-Compress-Raw-Zlib/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/p5-Compress-Raw-Zlib/patches/patch-aa b/devel/p5-Compress-Raw-Zlib/patches/patch-aa
new file mode 100644
index 00000000000..e6176db1b44
--- /dev/null
+++ b/devel/p5-Compress-Raw-Zlib/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/02/02 19:08:39 wiz Exp $
+
+--- Makefile.PL.orig 2006-07-07 16:23:00.000000000 +0000
++++ Makefile.PL
+@@ -85,7 +85,7 @@ WriteMakefile(
+ (
+ $BUILD_ZLIB
+ ? zlib_files($ZLIB_LIB)
+- : (LIBS => [ "-L$ZLIB_LIB -lz " ])
++ : (LIBS => [ "-L$ZLIB_LIB $ENV{'COMPILER_RPATH_FLAG'}$ZLIB_LIB -lz " ])
+ ),
+
+ (