diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Compress-Zlib/files/patch-config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/archivers/p5-Compress-Zlib/files/patch-config.in b/archivers/p5-Compress-Zlib/files/patch-config.in new file mode 100644 index 000000000000..7d6a2df8b883 --- /dev/null +++ b/archivers/p5-Compress-Zlib/files/patch-config.in @@ -0,0 +1,15 @@ +--- config.in.orig Wed Nov 26 13:50:53 2003 ++++ config.in Tue Dec 9 16:45:10 2003 +@@ -11,9 +11,9 @@ + # See to the section "Controlling the version of zlib used by + # Compress::Zlib" in the README file for details of how to use this file. + +-BUILD_ZLIB = True +-INCLUDE = ./zlib-src +-LIB = ./zlib-src ++BUILD_ZLIB = False ++INCLUDE = /usr/include ++LIB = /usr/lib + OLD_ZLIB = False + + |