diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-09-05 18:48:05 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-09-05 18:48:05 +0000 |
commit | 08f79ca9f773ce81c7b832ca3f514a4b85d551bf (patch) | |
tree | 86a121a35514d2b32596abf271cb6c1061ebc2e9 /archivers/p5-Compress-Zlib/files/patch-config.in | |
parent | Update to 0.4.4. (diff) |
Update to version 1.37.
PR: 85749
Submitted by: leeym
Notes
Notes:
svn path=/head/; revision=142016
Diffstat (limited to '')
-rw-r--r-- | archivers/p5-Compress-Zlib/files/patch-config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/p5-Compress-Zlib/files/patch-config.in b/archivers/p5-Compress-Zlib/files/patch-config.in index af9a0df8a98c..49778e760f07 100644 --- a/archivers/p5-Compress-Zlib/files/patch-config.in +++ b/archivers/p5-Compress-Zlib/files/patch-config.in @@ -5,8 +5,8 @@ # Compress::Zlib" in the README file for details of how to use this file. -BUILD_ZLIB = True --INCLUDE = ./zlib-src-1.2.3 --LIB = ./zlib-src-1.2.3 +-INCLUDE = ./zlib-src +-LIB = ./zlib-src +BUILD_ZLIB = False +INCLUDE = /usr/include +LIB = /usr/lib |