diff options
Diffstat (limited to 'net/bind9/patches/patch-ah')
-rw-r--r-- | net/bind9/patches/patch-ah | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net/bind9/patches/patch-ah b/net/bind9/patches/patch-ah new file mode 100644 index 00000000000..56e0e8a3857 --- /dev/null +++ b/net/bind9/patches/patch-ah @@ -0,0 +1,25 @@ +--- lib/bind/configure.in.orig Tue Apr 6 15:49:26 2004 ++++ lib/bind/configure.in Tue Apr 6 15:50:11 2004 +@@ -81,16 +81,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 |