From 9cdb7274aa78b364b9657a574171d5dcc8e7b1d5 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/distinfo | 3 ++- graphics/Coin/patches/patch-aa | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 graphics/Coin/patches/patch-aa (limited to 'graphics/Coin') diff --git a/graphics/Coin/distinfo b/graphics/Coin/distinfo index f3cfce1c0c2..dc46af1e3ea 100644 --- a/graphics/Coin/distinfo +++ b/graphics/Coin/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/11/08 20:10:08 rillig Exp $ +$NetBSD: distinfo,v 1.3 2006/05/14 16:50:53 wiz Exp $ SHA1 (Coin-2.4.4.tar.gz) = 5482b8ad371484ab3194b2bef828297a1b059c33 RMD160 (Coin-2.4.4.tar.gz) = 6bdeabf38809c2cf0873c85f030fe3392dec89f3 Size (Coin-2.4.4.tar.gz) = 3784368 bytes +SHA1 (patch-aa) = 1da1a55e083d330cd21e41686a248b7d0ea552c7 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