diff options
author | Akinori Hattori <hattya@gentoo.org> | 2017-07-05 22:15:44 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2017-07-05 22:15:44 +0900 |
commit | 37ac5eb7aafd85fb101bf2809532916d9b70b6ad (patch) | |
tree | 5b41cc01675e6a02938671c3b8bbb6d575b14b4d /dev-libs/m17n-lib/m17n-lib-1.6.4.ebuild | |
parent | sys-apps/gsmartcontrol: Bump to version 1.0.1 (diff) | |
download | gentoo-37ac5eb7aafd85fb101bf2809532916d9b70b6ad.tar.gz gentoo-37ac5eb7aafd85fb101bf2809532916d9b70b6ad.tar.bz2 gentoo-37ac5eb7aafd85fb101bf2809532916d9b70b6ad.zip |
dev-libs/m17n-lib: update patches
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-libs/m17n-lib/m17n-lib-1.6.4.ebuild')
-rw-r--r-- | dev-libs/m17n-lib/m17n-lib-1.6.4.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/m17n-lib/m17n-lib-1.6.4.ebuild b/dev-libs/m17n-lib/m17n-lib-1.6.4.ebuild index 1641b70b5c80..4e09dc7686df 100644 --- a/dev-libs/m17n-lib/m17n-lib-1.6.4.ebuild +++ b/dev-libs/m17n-lib/m17n-lib-1.6.4.ebuild @@ -41,10 +41,10 @@ DEPEND="${RDEPEND} src_prepare() { epatch \ - "${FILESDIR}"/${PN}-1.6.2-gui.patch \ - "${FILESDIR}"/${PN}-1.6.3-parallel-make.patch \ - "${FILESDIR}"/${PN}-1.6.3-configure.patch \ - "${FILESDIR}"/${PN}-1.6.3-ispell.patch + "${FILESDIR}"/${PN}-gui.patch \ + "${FILESDIR}"/${PN}-parallel-make.patch \ + "${FILESDIR}"/${PN}-configure.patch \ + "${FILESDIR}"/${PN}-ispell.patch eautoreconf } @@ -53,11 +53,11 @@ src_configure() { local myconf="$(use_with anthy) $(use_with spell ispell) $(use_with libxml2)" if use X; then - myconf+=" --with-x --enable-gui $(use_with athena) $(use_with bidi fribidi) + myconf+=" --with-x --with-gui $(use_with athena) $(use_with bidi fribidi) $(use_with fontconfig) $(use_with xft freetype) $(use_with gd) $(use_with libotf) $(use_with xft)" else - myconf+=" --without-x --disable-gui --without-athena --without-fribidi + myconf+=" --without-x --without-gui --without-athena --without-fribidi --without-fontconfig --without-freetype --without-gd --without-libotf --without-xft" fi |