aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2003-12-09 21:47:46 +0800
committerdemon <demon@FreeBSD.org>2003-12-09 21:47:46 +0800
commit1d94086a1aa47b835b9bc16ffa1fa47982bb7a8f (patch)
tree0d26d68d6f249e77557886321f004d323e541adf
parentb81727ed3ffebd68fbf5efd688d7760029538ebe (diff)
downloadfreebsd-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.in15
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
+
+