summaryrefslogtreecommitdiff
path: root/graphics/Coin/patches
diff options
context:
space:
mode:
authorwiz <wiz>2006-05-14 16:50:53 +0000
committerwiz <wiz>2006-05-14 16:50:53 +0000
commit743274a1968607bdb4941f47283e66751603f2b8 (patch)
treeb69b63e33f3eaa12720650dd516276f912531db1 /graphics/Coin/patches
parent643b5a99da295abf862f7998f55aeff8f7f08ed6 (diff)
downloadpkgsrc-743274a1968607bdb4941f47283e66751603f2b8.tar.gz
Fix configure script for broken hostname implementations that
don't grok options (e.g. Solaris). From Gilles Dauphin in PR 33349.
Diffstat (limited to 'graphics/Coin/patches')
-rw-r--r--graphics/Coin/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/Coin/patches/patch-aa b/graphics/Coin/patches/patch-aa
new file mode 100644
index 00000000000..ea2805ce97d
--- /dev/null
+++ b/graphics/Coin/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/05/14 16:50:54 wiz Exp $
+
+--- configure.orig 2005-09-19 21:57:49.000000000 +0000
++++ configure
+@@ -25221,7 +25221,7 @@ fi;
+
+ echo "$as_me:$LINENO: checking if user is simian" >&5
+ echo $ECHO_N "checking if user is simian... $ECHO_C" >&6
+-case `hostname -d 2>/dev/null || domainname 2>/dev/null || hostname` in
++case `domainname 2>/dev/null || hostname` in
+ *.sim.no | sim.no )
+ sim_ac_simian=true
+ ;;