summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-09-22 23:13:30 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-09-22 23:13:30 +0000
commit260ae1fa8df0871cbf13c4998554499b23e965c3 (patch)
treea65edb10705182966d7d243e5b3610b1a118856c /app-text
parentversion bump thanks to Francisco Lloret <fcolloret@terra.es> and Tom Simnett ... (diff)
downloadgentoo-2-260ae1fa8df0871cbf13c4998554499b23e965c3.tar.gz
gentoo-2-260ae1fa8df0871cbf13c4998554499b23e965c3.tar.bz2
gentoo-2-260ae1fa8df0871cbf13c4998554499b23e965c3.zip
-O0 fails, thanks Salah Coronya <salahx@yahoo.com> in bug 148285 and automake fixes, bug 148368
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ghostscript-gpl/ChangeLog7
-rw-r--r--app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild8
2 files changed, 12 insertions, 3 deletions
diff --git a/app-text/ghostscript-gpl/ChangeLog b/app-text/ghostscript-gpl/ChangeLog
index 8ff0059e5363..3b10f1283e46 100644
--- a/app-text/ghostscript-gpl/ChangeLog
+++ b/app-text/ghostscript-gpl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/ghostscript-gpl
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.4 2006/09/14 23:05:47 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.5 2006/09/22 23:13:30 genstef Exp $
+
+ 22 Sep 2006; Stefan Schweizer <genstef@gentoo.org>
+ ghostscript-gpl-8.54.ebuild:
+ -O0 fails, thanks Salah Coronya <salahx@yahoo.com> in bug 148285 and
+ automake fixes, bug 148368
14 Sep 2006; Stefan Schweizer <genstef@gentoo.org>
ghostscript-gpl-8.54.ebuild:
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild
index cb845bf16546..e3b6d5829899 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild,v 1.4 2006/09/14 23:05:47 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild,v 1.5 2006/09/22 23:13:30 genstef Exp $
-inherit autotools elisp-common eutils versionator
+WANT_AUTOMAKE=1.6
+inherit autotools elisp-common eutils versionator flag-o-matic
DESCRIPTION="GPL Ghostscript - the most current Ghostscript, AFPL, relicensed"
HOMEPAGE="http://www.cs.wisc.edu/~ghost/"
@@ -113,6 +114,9 @@ src_unpack() {
sed -i -e "s:docdir=.*:docdir=/usr/share/doc/${PF}/html:" \
-e "s:GS_DOCDIR=.*:GS_DOCDIR=/usr/share/doc/${PF}/html:" \
src/Makefile.in src/*.mak || die "sed failed"
+
+ # -O0 broken, bug 148285
+ replace-flags -O0 -O2
}
src_compile() {