summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2008-11-16 16:59:32 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2008-11-16 16:59:32 +0000
commit8a9805793a3f3144d544fc73944c5b0d0f471fce (patch)
tree3282a15c18fb928bc850190b52dd91b65a815b86 /app-i18n/scim-tables/files
parentStable on alpha, bug #246644 (diff)
downloadhistorical-8a9805793a3f3144d544fc73944c5b0d0f471fce.tar.gz
historical-8a9805793a3f3144d544fc73944c5b0d0f471fce.tar.bz2
historical-8a9805793a3f3144d544fc73944c5b0d0f471fce.zip
Removed old versions.
Package-Manager: portage-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.patch33
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