summaryrefslogtreecommitdiff
path: root/net/libbind
diff options
context:
space:
mode:
authorobache <obache>2014-05-10 10:00:38 +0000
committerobache <obache>2014-05-10 10:00:38 +0000
commite0ff1233fe6941784619c3d03d6bede6784b4a3c (patch)
tree4a6894a4ea5301543e569625247ccc73fb353cc8 /net/libbind
parentc849276f3c4dd4037308fbe91ac269877ff83958 (diff)
downloadpkgsrc-e0ff1233fe6941784619c3d03d6bede6784b4a3c.tar.gz
prevent to overwrite CC on NetBSD.
Diffstat (limited to 'net/libbind')
-rw-r--r--net/libbind/distinfo4
-rw-r--r--net/libbind/patches/patch-aa23
2 files changed, 12 insertions, 15 deletions
diff --git a/net/libbind/distinfo b/net/libbind/distinfo
index 89ce8c45f2a..cbc6ea53693 100644
--- a/net/libbind/distinfo
+++ b/net/libbind/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2014/05/10 09:53:43 obache Exp $
+$NetBSD: distinfo,v 1.5 2014/05/10 10:00:38 obache Exp $
SHA1 (libbind-6.0.tar.gz) = 4664646238cd3602df168da1e9bc9591d3f566b2
RMD160 (libbind-6.0.tar.gz) = bfafac89a455a05202763f6e10f292978085d811
Size (libbind-6.0.tar.gz) = 757162 bytes
-SHA1 (patch-aa) = 7bd66d73d20420d67f6d6850d77d3762cd594499
+SHA1 (patch-aa) = 1c082ec200c840502f3452bfd99fde871d5082cf
SHA1 (patch-ab) = 6a62d2605e55385fe61cd6a2dc2224883987559e
SHA1 (patch-doc_Makefile.in) = ec7c158664cd5c8edc501a9b74ac956c06ac4df7
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";;