summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/zhcon/files/zhcon-0.2.6.configure.in.patch')
-rw-r--r--app-i18n/zhcon/files/zhcon-0.2.6.configure.in.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-i18n/zhcon/files/zhcon-0.2.6.configure.in.patch b/app-i18n/zhcon/files/zhcon-0.2.6.configure.in.patch
deleted file mode 100644
index 0624a934e02c..000000000000
--- a/app-i18n/zhcon/files/zhcon-0.2.6.configure.in.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.in 2006-06-22 13:02:59.197841560 +0800
-+++ b/configure.in 2006-06-22 12:48:59.000000000 +0800
-@@ -55,7 +55,7 @@
-
- CFLAGS="$CFLAGS -funsigned-char -O2"
- CXXFLAGS="$CXXFLAGS -funsigned-char -O2"
--if test $enable_debug = 'yes';then
-+if test "x$enable_debug" = "xyes";then
- CFLAGS="$CFLAGS -O0 -g3 -Wall"
- CXXFLAGS="$CXXFLAGS -O0 -g3 -Wall"
- else