diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-09 17:01:24 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-09 17:01:24 +0000 |
commit | ab79d42e7a962eca340662733268288c37492b98 (patch) | |
tree | d40fc5df22628b81b93e357eac1c69627c52763f /app-i18n/scim-qtimm/files | |
parent | digests, wth ? (diff) | |
download | gentoo-2-ab79d42e7a962eca340662733268288c37492b98.tar.gz gentoo-2-ab79d42e7a962eca340662733268288c37492b98.tar.bz2 gentoo-2-ab79d42e7a962eca340662733268288c37492b98.zip |
Ebuild cleanup as per bug #121258. Allow parallel build, remove arts and add debug useflags.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'app-i18n/scim-qtimm/files')
-rw-r--r-- | app-i18n/scim-qtimm/files/scim-qtimm-0.9.4-qtimm-check.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-i18n/scim-qtimm/files/scim-qtimm-0.9.4-qtimm-check.patch b/app-i18n/scim-qtimm/files/scim-qtimm-0.9.4-qtimm-check.patch new file mode 100644 index 000000000000..dcfaa3b8d937 --- /dev/null +++ b/app-i18n/scim-qtimm/files/scim-qtimm-0.9.4-qtimm-check.patch @@ -0,0 +1,19 @@ +Index: work/scim-qtimm-0.9.4/configure.in.in +=================================================================== +--- work.orig/scim-qtimm-0.9.4/configure.in.in ++++ work/scim-qtimm-0.9.4/configure.in.in +@@ -131,12 +131,12 @@ INPUTMETHODSDIR=$QTDIR_LOCAL/plugins/inp + AC_SUBST(INPUTMETHODSDIR) + + if test "$kde_qtver" = "3"; then +-if test ! -e $qt_incdir/qinputcontext.h -o ! -e $qt_incdir/qinputcontextplugin.h; then ++KDE_CHECK_HEADERS([qinputcontext.h qinputcontextplugin.h], , [ + AC_MSG_ERROR([ + The Qt library was not compiled with the qt-immodule patch + applied please download it from + http://immodule-qt.freedesktop.org/Software/ImmoduleQtDownload and recompile Qt.]) +-fi ++]) + fi + + AC_MSG_RESULT([ |