From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- .../files/scim-pinyin-0.5.91-fixconfigure.patch | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 app-i18n/scim-pinyin/files/scim-pinyin-0.5.91-fixconfigure.patch (limited to 'app-i18n/scim-pinyin/files') 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 -- cgit v1.2.3