diff options
Diffstat (limited to 'archivers/p5-Compress-Zlib/files/patch-config.in')
-rw-r--r-- | archivers/p5-Compress-Zlib/files/patch-config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/p5-Compress-Zlib/files/patch-config.in b/archivers/p5-Compress-Zlib/files/patch-config.in index 7d6a2df8b883..050ba7021479 100644 --- a/archivers/p5-Compress-Zlib/files/patch-config.in +++ b/archivers/p5-Compress-Zlib/files/patch-config.in @@ -1,12 +1,12 @@ ---- config.in.orig Wed Nov 26 13:50:53 2003 -+++ config.in Tue Dec 9 16:45:10 2003 +--- config.in.orig Sun Jan 30 19:34:39 2005 ++++ config.in Mon Jun 20 12:02:24 2005 @@ -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 +-INCLUDE = ./zlib-src-1.2.2 +-LIB = ./zlib-src-1.2.2 +BUILD_ZLIB = False +INCLUDE = /usr/include +LIB = /usr/lib |