summaryrefslogtreecommitdiff
path: root/graphics/Coin/patches
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/Coin/patches')
-rw-r--r--graphics/Coin/patches/patch-aa10
-rw-r--r--graphics/Coin/patches/patch-ab26
2 files changed, 5 insertions, 31 deletions
diff --git a/graphics/Coin/patches/patch-aa b/graphics/Coin/patches/patch-aa
index ea2805ce97d..dd55563ac5b 100644
--- a/graphics/Coin/patches/patch-aa
+++ b/graphics/Coin/patches/patch-aa
@@ -1,11 +1,11 @@
-$NetBSD: patch-aa,v 1.1 2006/05/14 16:50:54 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2013/06/11 15:22:47 ryoon Exp $
---- configure.orig 2005-09-19 21:57:49.000000000 +0000
+--- configure.orig 2010-03-02 13:20:09.000000000 +0000
+++ configure
-@@ -25221,7 +25221,7 @@ fi;
+@@ -24066,7 +24066,7 @@ fi
- echo "$as_me:$LINENO: checking if user is simian" >&5
- echo $ECHO_N "checking if user is simian... $ECHO_C" >&6
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if user is simian" >&5
+ $as_echo_n "checking if user is simian... " >&6; }
-case `hostname -d 2>/dev/null || domainname 2>/dev/null || hostname` in
+case `domainname 2>/dev/null || hostname` in
*.sim.no | sim.no )
diff --git a/graphics/Coin/patches/patch-ab b/graphics/Coin/patches/patch-ab
deleted file mode 100644
index 1fc71a22994..00000000000
--- a/graphics/Coin/patches/patch-ab
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2007/03/08 13:39:21 rillig Exp $
-
-g++ 4.1.2 says:
-SoExtSelection.cpp:351: error: extra qualification
- 'SoExtSelectionP::SelectionState::' on member 'SelectionState'
-
---- src/nodes/SoExtSelection.cpp.orig 2005-06-09 13:35:44.000000000 +0200
-+++ src/nodes/SoExtSelection.cpp 2007-03-08 14:36:41.000000000 +0100
-@@ -348,7 +348,7 @@ public:
- SbList<SbVec2s> coords;
- SoTimerSensor * updatetimer;
-
-- SelectionState::SelectionState(SoExtSelection * t)
-+ SelectionState(SoExtSelection * t)
- {
- this->updatetimer = new SoTimerSensor(&SoExtSelectionP::timercallback, t);
- this->updatetimer->setBaseTime(SbTime::zero());
-@@ -356,7 +356,7 @@ public:
- this->reset();
- }
-
-- SelectionState::~SelectionState()
-+ ~SelectionState()
- {
- delete this->updatetimer;
- }