blob: 634b150b00f4cb6fafa1e09e6ee6e3c7857e4381 (
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.1.1 2001/10/01 02:50:09 jlam 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
|