From 743274a1968607bdb4941f47283e66751603f2b8 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 14 May 2006 16:50:53 +0000 Subject: Fix configure script for broken hostname implementations that don't grok options (e.g. Solaris). From Gilles Dauphin in PR 33349. --- graphics/Coin/patches/patch-aa | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 graphics/Coin/patches/patch-aa (limited to 'graphics/Coin/patches') 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 + ;; -- cgit v1.2.3