diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-08-04 22:51:51 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-08-04 22:51:51 +0000 |
commit | 154d4a89753eb4e078fe1a9356bdaa587f34da9a (patch) | |
tree | f2bbacbc5151264dbab331c565f4d1a88f5739a9 /app-text | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-154d4a89753eb4e078fe1a9356bdaa587f34da9a.tar.gz gentoo-2-154d4a89753eb4e078fe1a9356bdaa587f34da9a.tar.bz2 gentoo-2-154d4a89753eb4e078fe1a9356bdaa587f34da9a.zip |
Work around autofoo issues highlighted by gettext-0.15 - bug #142565
(Portage version: 2.1.1_pre4-r2)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/hunspell/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/hunspell/hunspell-1.1.4-r1.ebuild | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/app-text/hunspell/ChangeLog b/app-text/hunspell/ChangeLog index 6cc109d237c8..7d5ef6df65fa 100644 --- a/app-text/hunspell/ChangeLog +++ b/app-text/hunspell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/hunspell # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.16 2006/07/15 22:43:49 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.17 2006/08/04 22:51:51 kevquinn Exp $ + + 04 Aug 2006; Kevin F. Quinn <kevquinn@gentoo.org> + hunspell-1.1.4-r1.ebuild: + Work around autotools issues highlighted by gettext-0.15 - bug #142565 15 Jul 2006; Joshua Jackson <tsunam@gentoo.org> hunspell-1.1.4-r1.ebuild: Stable x86; for openoffice diff --git a/app-text/hunspell/hunspell-1.1.4-r1.ebuild b/app-text/hunspell/hunspell-1.1.4-r1.ebuild index 23135b147562..af77ef1641e3 100644 --- a/app-text/hunspell/hunspell-1.1.4-r1.ebuild +++ b/app-text/hunspell/hunspell-1.1.4-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-text/hunspell/hunspell-1.1.4-r1.ebuild,v 1.7 2006/07/15 22:43:49 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.4-r1.ebuild,v 1.8 2006/08/04 22:51:51 kevquinn Exp $ inherit eutils multilib autotools libtool @@ -32,6 +32,11 @@ src_unpack() { # Also includes a small change for libtool. epatch "${FILESDIR}/${P}-renameexes.patch" + # Set AT_M4DIR to workaround eautoreconf limitation, and copy + # mkinstalldirs script to the po subdirectory for compatibility + # with gettext-0.15 (see bug #142565) + cp ${S}/mkinstalldirs ${S}/po/ + export AT_M4DIR="${S}/m4" # Makefile.am modified, libtool added, hence autoreconfi # and elibtoolize. WANT_AUTOMAKE="1.9" eautoreconf |