diff options
author | 2008-11-16 16:59:32 +0000 | |
---|---|---|
committer | 2008-11-16 16:59:32 +0000 | |
commit | 099104ca136a672d76def6c069a31a82e6d85be8 (patch) | |
tree | f1865888fc7e03a3a850a43e44f12d2ec5b80ec5 /app-i18n/scim-tables/files | |
parent | Stable on alpha, bug #246644 (diff) | |
download | gentoo-2-099104ca136a672d76def6c069a31a82e6d85be8.tar.gz gentoo-2-099104ca136a672d76def6c069a31a82e6d85be8.tar.bz2 gentoo-2-099104ca136a672d76def6c069a31a82e6d85be8.zip |
Removed old versions.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'app-i18n/scim-tables/files')
-rw-r--r-- | app-i18n/scim-tables/files/scim-tables-0.5.6-fixconfigure.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/app-i18n/scim-tables/files/scim-tables-0.5.6-fixconfigure.patch b/app-i18n/scim-tables/files/scim-tables-0.5.6-fixconfigure.patch deleted file mode 100644 index c4663ef6e116..000000000000 --- a/app-i18n/scim-tables/files/scim-tables-0.5.6-fixconfigure.patch +++ /dev/null @@ -1,33 +0,0 @@ -Index: scim-tables-0.5.6/configure.ac -=================================================================== ---- scim-tables-0.5.6.orig/configure.ac -+++ scim-tables-0.5.6/configure.ac -@@ -65,11 +65,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]) -@@ -176,7 +172,7 @@ AC_CONFIG_FILES([Makefile intl/Makefile - tables/additional/LaTeX.txt - tables/additional/IPA-X-SAMPA.txt]) - --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` -@@ -205,5 +201,6 @@ PKG_CHECK_MODULES(SCIM_KDEUTILS,[scim_kd - fi - - AM_CONDITIONAL(SCIM_TABLES_ENABLE_SKIM_SUPPORT, [test "$HAS_KDEUTILS" = "yes"]) -+AM_CONDITIONAL(SCIM_BUILD_SKIM_SETUP, [test "$HAS_SKIM" = "yes"]) - AC_SUBST(SCIM_TABLES_ENABLE_SKIM_SUPPORT) - AC_OUTPUT |