pkgsrc/devel/p5-Compress-Zlib/patches/patch-ab
agc c369d8291b Standardise on one p5-Compress-Zlib package, and one version (1.14).
Use buildlink functionality, provided by jlam.
Unknown changes since previous version (1.11).
2001-10-01 10:33:53 +00:00

22 lines
634 B
Text

$NetBSD: patch-ab,v 1.1 2001/10/01 10:33:54 agc Exp $
--- config.in.orig Thu May 31 18:16:04 2001
+++ config.in
@@ -25,7 +25,7 @@
# If you have set BUILD_ZLIB above to True, the path should point to the
# zlib source directory. A relative path is sufficient.
-INCLUDE = /usr/local/include
+INCLUDE = ${LOCALBASE}/include
#INCLUDE = ./zlib-1.1.3
# 3. Where is libz?
@@ -35,7 +35,7 @@
# If you have set BUILD_ZLIB above to True, the path should point to the
# zlib source directory. A relative path is sufficient.
-LIB = /usr/local/lib
+LIB = ${LOCALBASE}/lib
#LIB = ./zlib-1.1.3
# end of file config.in