diff options
author | itojun <itojun> | 2004-05-15 21:00:57 +0000 |
---|---|---|
committer | itojun <itojun> | 2004-05-15 21:00:57 +0000 |
commit | e06430973c2cc298ff2d6e15218aa2e414ac3831 (patch) | |
tree | a9325ed9e37a29ca1c227c2f71e0575f3d9cbe04 /net/bind9-current/patches/patch-ai | |
parent | 089f7fea4051038d2e0ada1b4a84e305f7d729a2 (diff) | |
download | pkgsrc-e06430973c2cc298ff2d6e15218aa2e414ac3831.tar.gz |
ISC BIND 9.3.0beta3. changelog is too many to mention here.
Diffstat (limited to 'net/bind9-current/patches/patch-ai')
-rw-r--r-- | net/bind9-current/patches/patch-ai | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net/bind9-current/patches/patch-ai b/net/bind9-current/patches/patch-ai new file mode 100644 index 00000000000..1b96d17234e --- /dev/null +++ b/net/bind9-current/patches/patch-ai @@ -0,0 +1,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 |