diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-10-01 12:37:40 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-10-01 12:37:40 +0000 |
commit | b3be002edfd5e7c285e5d22a1914480ca37b7f44 (patch) | |
tree | 55f293184f8cea5e65e47775bbf04ab9e36e856b /app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild | |
parent | hppa stable, bug #149652 (diff) | |
download | historical-b3be002edfd5e7c285e5d22a1914480ca37b7f44.tar.gz historical-b3be002edfd5e7c285e5d22a1914480ca37b7f44.tar.bz2 historical-b3be002edfd5e7c285e5d22a1914480ca37b7f44.zip |
fPIC patch was not correctly applied upstream, bug 149620
Package-Manager: portage-2.1.2_pre2
Diffstat (limited to 'app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild')
-rw-r--r-- | app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild b/app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild index bcec3c10a74a..41fefbd9baf2 100644 --- a/app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild +++ b/app-text/ghostscript-esp/ghostscript-esp-8.15.3.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.3.ebuild,v 1.2 2006/10/01 10:10:22 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild,v 1.3 2006/10/01 12:37:40 genstef Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -58,6 +58,9 @@ src_unpack() { fi cd ${S} + # http://cups.org/espgs/str.php?L2000 + epatch ${FILESDIR}/ghostscript-esp-8.15.1-fPIC.patch + # search path fix sed -i -e "s:\$\(gsdatadir\)/lib:/usr/share/ghostscript/${PVM}/$(get_libdir):" \ src/Makefile.in || die "sed failed" |