summaryrefslogtreecommitdiff
path: root/app-i18n/scim-pinyin/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-i18n/scim-pinyin/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-i18n/scim-pinyin/files')
-rw-r--r--app-i18n/scim-pinyin/files/scim-pinyin-0.5.91-fixconfigure.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-i18n/scim-pinyin/files/scim-pinyin-0.5.91-fixconfigure.patch b/app-i18n/scim-pinyin/files/scim-pinyin-0.5.91-fixconfigure.patch
deleted file mode 100644
index e91b084f3211..000000000000
--- a/app-i18n/scim-pinyin/files/scim-pinyin-0.5.91-fixconfigure.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Index: scim-pinyin-0.5.91/configure.ac
-===================================================================
---- scim-pinyin-0.5.91.orig/configure.ac
-+++ scim-pinyin-0.5.91/configure.ac
-@@ -73,11 +73,7 @@ AC_ARG_ENABLE(debug,
- enable_debug=no)
-
- AC_ARG_ENABLE(skim-support,
-- [ --disable-skim-support Enable skim Setup UI],
-- skim_support=no,
-- skim_support=yes)
--
--AM_CONDITIONAL(SCIM_BUILD_SKIM_SETUP, [test "$skim_support" = "yes"])
-+ [ --disable-skim-support Enable skim Setup UI])
-
- if test "$enable_debug" = "yes"; then
- AC_DEFINE(ENABLE_DEBUG,1,[Define this to enable the debug facility in libscim])
-@@ -126,7 +122,7 @@ AC_CONFIG_FILES([Makefile
- po/Makefile.in
- scim-pinyin.spec])
-
--if test "$skim_support" = "yes"; then
-+if test "x$enable_skim_support" != "xno"; then
- REQUIRED_SKIM_VERSION=1.2.1
- dnl skim probably has been installed under prefix=$KDEDIR, so add it to search path of pkgconfig
- kde_libsuffix=`kde-config --libsuffix`
-@@ -155,5 +151,6 @@ PKG_CHECK_MODULES(SCIM_KDEUTILS,[scim_kd
- fi
-
- AM_CONDITIONAL(SCIM_PINYIN_ENABLE_SKIM_SUPPORT, [test "$HAS_KDEUTILS" = "yes"])
-+AM_CONDITIONAL(SCIM_BUILD_SKIM_SETUP, [test "$HAS_SKIM" = "yes"])
- AC_SUBST(SCIM_PINYIN_ENABLE_SKIM_SUPPORT)
- AC_OUTPUT