diff options
author | Timo Gurr <tgurr@gentoo.org> | 2013-05-02 02:03:32 +0000 |
---|---|---|
committer | Timo Gurr <tgurr@gentoo.org> | 2013-05-02 02:03:32 +0000 |
commit | c99cfd66221aa3700f8dc0d225632ec36c029dbe (patch) | |
tree | d60cb9378d2e7eaed03583ed829285fbb182602a /app-text/ghostscript-gpl | |
parent | Handle all Eterm/screen TERM variants #359389 by Christian Birchinger. (diff) | |
download | gentoo-2-c99cfd66221aa3700f8dc0d225632ec36c029dbe.tar.gz gentoo-2-c99cfd66221aa3700f8dc0d225632ec36c029dbe.tar.bz2 gentoo-2-c99cfd66221aa3700f8dc0d225632ec36c029dbe.zip |
Fix automake-1.13 compatibility, bug #467100.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-text/ghostscript-gpl')
-rw-r--r-- | app-text/ghostscript-gpl/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-text/ghostscript-gpl/ChangeLog b/app-text/ghostscript-gpl/ChangeLog index fe98c5844b31..b4e12cda7faf 100644 --- a/app-text/ghostscript-gpl/ChangeLog +++ b/app-text/ghostscript-gpl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/ghostscript-gpl -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.152 2012/08/13 17:45:27 tgurr Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.153 2013/05/02 02:03:32 tgurr Exp $ + + 02 May 2013; Timo Gurr <tgurr@gentoo.org> ghostscript-gpl-9.06.ebuild: + Fix automake-1.13 compatibility, bug #467100. 13 Aug 2012; Timo Gurr <tgurr@gentoo.org> ghostscript-gpl-9.06.ebuild: Reintroduce -j1 workaround for parallel make. Bug #234378 and #430946. diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild index 88db06c0890e..894c6e2ab40e 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild,v 1.2 2012/08/13 17:45:27 tgurr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild,v 1.3 2013/05/02 02:03:32 tgurr Exp $ EAPI=4 @@ -120,6 +120,9 @@ src_prepare() { -e 's:-L$(BINDIR):$(LDFLAGS) &:g' \ base/Makefile.in base/*.mak || die "sed failed" + # bug 467100 + sed -i -e '/AM_PROG_CC_STDC/d' ijs/configure.ac || die "sed failed" + cd "${S}" eautoreconf |