diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-21 00:40:53 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-21 00:40:53 +0000 |
commit | 1ce7dde37dc22dc83deaf6ac66af9264b44410e4 (patch) | |
tree | 369db7320d873167ee1ed7f391f946a14448a328 /app-i18n | |
parent | Marking amd64 stable (diff) | |
download | gentoo-2-1ce7dde37dc22dc83deaf6ac66af9264b44410e4.tar.gz gentoo-2-1ce7dde37dc22dc83deaf6ac66af9264b44410e4.tar.bz2 gentoo-2-1ce7dde37dc22dc83deaf6ac66af9264b44410e4.zip |
USe m4 directory when rebuilding autotools support. Thanks to Zhang Le in bug #144930.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-pinyin/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-i18n/scim-pinyin/ChangeLog b/app-i18n/scim-pinyin/ChangeLog index dd5708a79a00..37bf3a4b68c0 100644 --- a/app-i18n/scim-pinyin/ChangeLog +++ b/app-i18n/scim-pinyin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/scim-pinyin # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/ChangeLog,v 1.16 2006/10/16 18:30:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/ChangeLog,v 1.17 2006/10/21 00:40:53 flameeyes Exp $ + + 21 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> + scim-pinyin-0.5.91-r1.ebuild: + USe m4 directory when rebuilding autotools support. Thanks to Zhang Le in + bug #144930. 16 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> scim-pinyin-0.5.91.ebuild: diff --git a/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild b/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild index d2b7481298e5..ceab1631b29e 100644 --- a/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild +++ b/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild,v 1.3 2006/09/24 18:05:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild,v 1.4 2006/10/21 00:40:53 flameeyes Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -31,7 +31,7 @@ src_unpack() { epatch "${FILESDIR}/${P}-fixconfigure.patch" epatch "${FILESDIR}/${PN}-qt335.patch" - AT_NO_RECURSIVE=yes eautoreconf + AT_M4DIR=m4 AT_NO_RECURSIVE=yes eautoreconf } src_compile() { |