summaryrefslogtreecommitdiff
path: root/graphics/Coin/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/Coin/patches/patch-aa')
-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
+ ;;