summaryrefslogtreecommitdiff
path: root/net/bind9/patches/patch-ai
blob: 1b96d17234ea1218be7dae8639a6c4004d7989c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- lib/bind/configure.orig	Tue Apr  6 16:25:51 2004
+++ lib/bind/configure	Tue Apr  6 16:26:15 2004
@@ -1822,16 +1822,16 @@
 # isc/list.h and others clash with the rest of BIND 9
 #
 case "$includedir" in
 	'${prefix}/include')
-		includedir='${prefix}/bind/include'
-		;;
-esac
-case "$libdir" in
-	'${prefix}/lib')
-		libdir='${prefix}/bind/lib'
+		includedir='${prefix}/include/bind'
 		;;
 esac
+#case "$libdir" in
+#	'${prefix}/lib')
+#		libdir='${prefix}/bind/lib'
+#		;;
+#esac
 
 #
 # Make sure INSTALL uses an absolute path, else it will be wrong in all
 # Makefiles, since they use make/rules.in and INSTALL will be adjusted by