summaryrefslogtreecommitdiff
path: root/net/bind96/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2009-11-25 22:15:25 +0000
committerjoerg <joerg>2009-11-25 22:15:25 +0000
commitc023e7634ddea550086141ebabfd3d53f420b793 (patch)
tree71719d90dfb2d72222822d383544dd14ed821276 /net/bind96/patches
parenta3f4ec362cf50d1d860909a62fb729e76f6155d4 (diff)
downloadpkgsrc-c023e7634ddea550086141ebabfd3d53f420b793.tar.gz
Use libtool --tag explicitly if calling gcc instead of cc in preparation
for libtool 2.2.
Diffstat (limited to 'net/bind96/patches')
-rw-r--r--net/bind96/patches/patch-ad16
1 files changed, 14 insertions, 2 deletions
diff --git a/net/bind96/patches/patch-ad b/net/bind96/patches/patch-ad
index 108b4271990..80da5774a2a 100644
--- a/net/bind96/patches/patch-ad
+++ b/net/bind96/patches/patch-ad
@@ -1,6 +1,6 @@
-$NetBSD: patch-ad,v 1.2 2009/07/26 09:07:58 obache Exp $
+$NetBSD: patch-ad,v 1.3 2009/11/25 22:15:25 joerg Exp $
---- configure.orig 2009-03-13 05:35:43.000000000 +0000
+--- configure.orig 2009-03-13 06:35:43.000000000 +0100
+++ configure
@@ -23751,6 +23751,8 @@ case $host in
use_threads=false ;;
@@ -51,6 +51,18 @@ $NetBSD: patch-ad,v 1.2 2009/07/26 09:07:58 obache Exp $
fi
fi
fi
+@@ -26386,9 +26397,9 @@ case $use_libtool in
+ 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'
+ case "$host" in
+ *) LIBTOOL_ALLOW_UNDEFINED= ;;
+ esac
@@ -32836,7 +32847,7 @@ $as_echo "no" >&6; }
fi
if test -n "-L$use_dlz_postgres_lib -lpq"