summaryrefslogtreecommitdiff
path: root/net/bind9/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'net/bind9/patches/patch-ai')
-rw-r--r--net/bind9/patches/patch-ai16
1 files changed, 14 insertions, 2 deletions
diff --git a/net/bind9/patches/patch-ai b/net/bind9/patches/patch-ai
index e0b7c7cf4dd..1378b6eb9f5 100644
--- a/net/bind9/patches/patch-ai
+++ b/net/bind9/patches/patch-ai
@@ -1,6 +1,6 @@
-$NetBSD: patch-ai,v 1.10 2009/01/04 00:16:03 adrianp Exp $
+$NetBSD: patch-ai,v 1.11 2009/11/25 22:29:34 joerg Exp $
---- lib/bind/configure.orig 2008-08-26 15:49:33.000000000 +0100
+--- lib/bind/configure.orig 2008-08-26 16:49:33.000000000 +0200
+++ lib/bind/configure
@@ -2600,12 +2600,7 @@ done
#
@@ -77,6 +77,18 @@ $NetBSD: patch-ai,v 1.10 2009/01/04 00:16:03 adrianp Exp $
*-openbsd*)
CC="$CC -pthread"
CCOPT="$CCOPT -pthread"
+@@ -23974,9 +23985,9 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo
+ O=lo
+ A=la
+ LIBTOOL_MKDEP_SED='s;\.o;\.lo;'
+- LIBTOOL_MODE_COMPILE='--mode=compile'
++ LIBTOOL_MODE_COMPILE='--mode=compile --tag=CC'
+ LIBTOOL_MODE_INSTALL='--mode=install'
+- LIBTOOL_MODE_LINK='--mode=link'
++ LIBTOOL_MODE_LINK='--mode=link --tag=CC'
+ ;;
+ *)
+ O=o
@@ -24730,6 +24741,7 @@ case "$host" in
*-bsdi2345*) have_minimum_ifreq=yes;;
*-darwin*) have_minimum_ifreq=yes;;