summaryrefslogtreecommitdiff
path: root/chinese/gcin-devel/files/patch-configure
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2005-06-14 01:40:06 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2005-06-14 01:40:06 +0000
commitea4e3a37f178239d02b90209e3d97f8f35cbba2b (patch)
tree96c53f0d4497a55da0cca3659108e3acab016866 /chinese/gcin-devel/files/patch-configure
parentA workaround to build libjava. (diff)
Upgrade to 0.9.7.
PR: ports/82201 Submitted by: chisan Reviewed by: maintainer
Notes
Notes: svn path=/head/; revision=137410
Diffstat (limited to 'chinese/gcin-devel/files/patch-configure')
-rw-r--r--chinese/gcin-devel/files/patch-configure17
1 files changed, 13 insertions, 4 deletions
diff --git a/chinese/gcin-devel/files/patch-configure b/chinese/gcin-devel/files/patch-configure
index fca55df3d394..c4906975f463 100644
--- a/chinese/gcin-devel/files/patch-configure
+++ b/chinese/gcin-devel/files/patch-configure
@@ -1,5 +1,5 @@
---- configure.orig Thu Apr 7 08:59:13 2005
-+++ configure Thu Apr 7 09:01:06 2005
+--- configure.orig Tue May 24 19:14:40 2005
++++ configure Mon Jun 13 23:57:03 2005
@@ -1,12 +1,12 @@
-#!/bin/bash
+#!/bin/sh
@@ -16,7 +16,16 @@
if [ $? = 0 ]; then
FREEBSD=1
else
-@@ -60,7 +60,7 @@
+@@ -50,7 +50,7 @@
+
+ bindir=$prefix/bin
+ datadir=$prefix/share
+-mandir=$datadir/man
++mandir=$prefix/man
+ libdir=$prefix/lib
+ includedir=$prefix/include
+ GCIN_VERSION=`cat VERSION.gcin`
+@@ -61,7 +61,7 @@
OPTFLAGS="-O"
fi
@@ -25,7 +34,7 @@
echo "MAKE=$MAKE" >> config.mak
echo "GTKINC=$GTKINC" >> config.mak
echo "prefix=$prefix" >> config.mak
-@@ -78,8 +78,8 @@
+@@ -81,8 +81,8 @@
echo "GCIN_SCRIPT_DIR=\$(datadir_r)/gcin/script" >> config.mak
echo "GCIN_SCRIPT_DIR_i=\$(datadir)/gcin/script" >> config.mak
echo "OPTFLAGS=$OPTFLAGS" >> config.mak