diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-02-07 14:06:33 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-02-07 14:06:33 +0000 |
commit | a468dca1ce4a28fccd8ff45a3ed710033823ae14 (patch) | |
tree | dfcf469c33417797f7ecc08205ce154af1537164 /app-text/ghostscript-esp | |
parent | version bump. added comment about net-dialup/ppp needed for dund. made (diff) | |
download | gentoo-2-a468dca1ce4a28fccd8ff45a3ed710033823ae14.tar.gz gentoo-2-a468dca1ce4a28fccd8ff45a3ed710033823ae14.tar.bz2 gentoo-2-a468dca1ce4a28fccd8ff45a3ed710033823ae14.zip |
Partly fix bug 121924
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-text/ghostscript-esp')
-rw-r--r-- | app-text/ghostscript-esp/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript-esp/ghostscript-esp-8.15.1.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/app-text/ghostscript-esp/ChangeLog b/app-text/ghostscript-esp/ChangeLog index e7a9568f3e0f..670ee95f0c1b 100644 --- a/app-text/ghostscript-esp/ChangeLog +++ b/app-text/ghostscript-esp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ghostscript # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ChangeLog,v 1.13 2006/02/07 05:08:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ChangeLog,v 1.14 2006/02/07 14:06:33 genstef Exp $ + + 07 Feb 2006; Stefan Schweizer <genstef@gentoo.org> + ghostscript-esp-8.15.1.ebuild: + Partly fix bug 121924 07 Feb 2006; Aron Griffis <agriffis@gentoo.org> ghostscript-esp-7.07.1-r10.ebuild: diff --git a/app-text/ghostscript-esp/ghostscript-esp-8.15.1.ebuild b/app-text/ghostscript-esp/ghostscript-esp-8.15.1.ebuild index 2c9b57832d3b..04cd89de61a1 100644 --- a/app-text/ghostscript-esp/ghostscript-esp-8.15.1.ebuild +++ b/app-text/ghostscript-esp/ghostscript-esp-8.15.1.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/ghostscript-esp/ghostscript-esp-8.15.1.ebuild,v 1.6 2006/02/06 22:54:49 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ghostscript-esp-8.15.1.ebuild,v 1.7 2006/02/07 14:06:33 genstef Exp $ inherit eutils autotools @@ -79,6 +79,10 @@ src_compile() { # gs -DPARANOIDSAFER out.ps myconf="${myconf} --with-fontconfig --with-fontpath=/usr/share/fonts:/usr/share/fonts/ttf/zh_TW:/usr/share/fonts/ttf/zh_CN:/usr/share/fonts/arphicfonts:/usr/share/fonts/ttf/korean/baekmuk:/usr/share/fonts/baekmuk-fonts:/usr/X11R6/lib/X11/fonts/truetype:/usr/share/fonts/kochi-substitute" + # *-dynmic breaks compiling without X, see bug 121749 but not having it + # breaks compiling on amd64, bug 121924 + use X && myconf="${myconf} --enable-dynamic" + econf $(use_with X x) \ $(use_enable cups) \ $(use_enable threads) \ |