diff options
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 |