blob: d96bf6883fcc448e781a36baad837f0a7d8ee4cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$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
|