summaryrefslogtreecommitdiff
path: root/net/libbind/patches
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-05-10 10:00:38 +0000
committerobache <obache@pkgsrc.org>2014-05-10 10:00:38 +0000
commit771f12fd2ccd7588c19313fe77231bdd45e5b696 (patch)
tree4a6894a4ea5301543e569625247ccc73fb353cc8 /net/libbind/patches
parent6f7b6c8241e7f42aa592ae8c848f8ca0e05717f8 (diff)
downloadpkgsrc-771f12fd2ccd7588c19313fe77231bdd45e5b696.tar.gz
prevent to overwrite CC on NetBSD.
Diffstat (limited to 'net/libbind/patches')
-rw-r--r--net/libbind/patches/patch-aa23
1 files changed, 10 insertions, 13 deletions
diff --git a/net/libbind/patches/patch-aa b/net/libbind/patches/patch-aa
index 66d00b13d2b..dd7c4ed0dda 100644
--- a/net/libbind/patches/patch-aa
+++ b/net/libbind/patches/patch-aa
@@ -1,19 +1,16 @@
-$NetBSD: patch-aa,v 1.2 2010/12/31 14:36:07 obache Exp $
+$NetBSD: patch-aa,v 1.3 2014/05/10 10:00:38 obache Exp $
--- configure.orig 2009-03-05 01:37:31.000000000 +0000
+++ configure
-@@ -25135,9 +25135,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'
- ;;
- *)
- O=o
+@@ -21891,7 +21891,7 @@ then
+ # currently work with bind9, but can be chosen with
+ # the --with-ptl2 option for those who wish to
+ # experiment with it.
+- CC="gcc"
++ # CC="gcc"
+ { echo "$as_me:$LINENO: checking which NetBSD thread library to use" >&5
+ echo $ECHO_N "checking which NetBSD thread library to use... $ECHO_C" >&6; }
+
@@ -25928,7 +25928,7 @@ case "$host" in
PORT_NONBLOCK="#define PORT_NONBLOCK O_NDELAY"
PORT_DIR="port/cygwin";;