diff options
author | demon <demon@FreeBSD.org> | 2003-12-09 21:47:46 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-12-09 21:47:46 +0800 |
commit | 1d94086a1aa47b835b9bc16ffa1fa47982bb7a8f (patch) | |
tree | 0d26d68d6f249e77557886321f004d323e541adf | |
parent | b81727ed3ffebd68fbf5efd688d7760029538ebe (diff) | |
download | freebsd-ports-gnome-1d94086a1aa47b835b9bc16ffa1fa47982bb7a8f.tar.gz freebsd-ports-gnome-1d94086a1aa47b835b9bc16ffa1fa47982bb7a8f.tar.zst freebsd-ports-gnome-1d94086a1aa47b835b9bc16ffa1fa47982bb7a8f.zip |
Do not build private copy of zlib library. Use what is shipped with FreeBSD
distribution.
-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 + + |