summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-10-01 12:37:40 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-10-01 12:37:40 +0000
commit5c37a534e6e7a759a44aa4c3302c50eb79b1354e (patch)
tree9968a05b3556cda3bc7ef8f49bc2386965ddda63 /app-text/ghostscript-esp
parenthppa stable, bug #149652 (diff)
downloadgentoo-2-5c37a534e6e7a759a44aa4c3302c50eb79b1354e.tar.gz
gentoo-2-5c37a534e6e7a759a44aa4c3302c50eb79b1354e.tar.bz2
gentoo-2-5c37a534e6e7a759a44aa4c3302c50eb79b1354e.zip
fPIC patch was not correctly applied upstream, bug 149620
(Portage version: 2.1.2_pre2)
Diffstat (limited to 'app-text/ghostscript-esp')
-rw-r--r--app-text/ghostscript-esp/ChangeLog6
-rw-r--r--app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild5
2 files changed, 9 insertions, 2 deletions
diff --git a/app-text/ghostscript-esp/ChangeLog b/app-text/ghostscript-esp/ChangeLog
index ba06491870b9..dbfc44d52f22 100644
--- a/app-text/ghostscript-esp/ChangeLog
+++ b/app-text/ghostscript-esp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/ghostscript-esp
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ChangeLog,v 1.36 2006/10/01 10:10:22 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ChangeLog,v 1.37 2006/10/01 12:37:40 genstef Exp $
+
+ 01 Oct 2006; Stefan Schweizer <genstef@gentoo.org>
+ ghostscript-esp-8.15.3.ebuild:
+ fPIC patch was not correctly applied upstream, bug 149620
01 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
ghostscript-esp-8.15.1_p20060430.ebuild,
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"