summaryrefslogtreecommitdiff
path: root/chinese/gcin/files/patch-configure
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2005-03-01 19:02:27 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2005-03-01 19:02:27 +0000
commit380c9f4d9034501bd35129828fbea00aeaae015f (patch)
tree5d4b89ec5b453ad672f4aba927781749fbdf8c9a /chinese/gcin/files/patch-configure
parentUpgrade to 20050228 snapshot (2.0 beta RC6). (diff)
Upgrade to 0.8.4.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=130106
Diffstat (limited to 'chinese/gcin/files/patch-configure')
-rw-r--r--chinese/gcin/files/patch-configure12
1 files changed, 9 insertions, 3 deletions
diff --git a/chinese/gcin/files/patch-configure b/chinese/gcin/files/patch-configure
index 1ca3178f24da..9ceb4e8650ed 100644
--- a/chinese/gcin/files/patch-configure
+++ b/chinese/gcin/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Tue Aug 3 13:46:22 2004
-+++ configure Tue Aug 17 20:24:39 2004
-@@ -1,7 +1,7 @@
+--- configure.orig Sat Feb 26 10:40:57 2005
++++ configure Wed Mar 2 02:51:00 2005
+@@ -1,12 +1,12 @@
-#!/bin/bash
+#!/bin/sh
@@ -10,3 +10,9 @@
if [ $? = 0 ]; then
MAKE=gmake
fi
+
+-uname | grep FreeBSD >& /dev/null
++uname | grep FreeBSD > /dev/null
+ if [ $? = 0 ]; then
+ FREEBSD=1
+ else