diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-01 17:41:50 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-01 17:41:50 +0000 |
commit | b4e7eef7bd071b5bf06b834d5375415e5f5e069e (patch) | |
tree | 0d9f13dd01516be4751fb719e8ae426cbc566a7a /chinese/gcin/files/patch-configure | |
parent | Unbreak 'make readme' (diff) |
Add gcin 0.1.9, a triditional chinese input utility in X.
PR: ports/69530
Submitted by: Shen Chuan-Hsing
Notes
Notes:
svn path=/head/; revision=115212
Diffstat (limited to 'chinese/gcin/files/patch-configure')
-rw-r--r-- | chinese/gcin/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/gcin/files/patch-configure b/chinese/gcin/files/patch-configure new file mode 100644 index 000000000000..ee5e48eda4ab --- /dev/null +++ b/chinese/gcin/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat Jul 17 16:26:48 2004 ++++ configure Sun Jul 25 19:48:05 2004 +@@ -38,7 +38,7 @@ + GCIN_VERSION=`cat VERSION.gcin` + sed -e "s/__gcin_version__/$GCIN_VERSION/" < gcin.spec.in > gcin.spec + +-OPTFLAGS="-g" ++OPTFLAGS=$CFLAGS + if [ $prefix = /usr ]; then + OPTFLAGS="-O" + fi |