summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-07-29 13:01:28 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-07-29 13:01:28 +0000
commit47bb562256634316a0f0878a1ca15857fba0f536 (patch)
tree93a4dfa84d881b40928782282c09647c93b4ba4d /app-text/ghostscript
parentversion bump (diff)
downloadgentoo-2-47bb562256634316a0f0878a1ca15857fba0f536.tar.gz
gentoo-2-47bb562256634316a0f0878a1ca15857fba0f536.tar.bz2
gentoo-2-47bb562256634316a0f0878a1ca15857fba0f536.zip
fixed ijs compile
Diffstat (limited to 'app-text/ghostscript')
-rw-r--r--app-text/ghostscript/ChangeLog6
-rw-r--r--app-text/ghostscript/Manifest9
-rw-r--r--app-text/ghostscript/files/ijs.patch11
-rw-r--r--app-text/ghostscript/ghostscript-7.05.6-r3.ebuild9
4 files changed, 25 insertions, 10 deletions
diff --git a/app-text/ghostscript/ChangeLog b/app-text/ghostscript/ChangeLog
index bddc4f54043a..0884321c32b7 100644
--- a/app-text/ghostscript/ChangeLog
+++ b/app-text/ghostscript/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/ghostscript
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ChangeLog,v 1.37 2003/07/25 16:26:18 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ChangeLog,v 1.38 2003/07/29 13:01:19 lanius Exp $
+
+ 29 Jul 2003; lanius@gentoo.org ghostscript-7.05.6-r3.ebuild,
+ files/ijs.patch:
+ added ijs patch to fix compiling on amd64/alpha
26 Jul 2003; Mamoru KOMACHI <usata@gentoo.org> ghostscript-7.05.6-r3.ebuild,
files/gs7.05.6-kochi-substitute.patch:
diff --git a/app-text/ghostscript/Manifest b/app-text/ghostscript/Manifest
index 7462e3c6662c..61fbf809a278 100644
--- a/app-text/ghostscript/Manifest
+++ b/app-text/ghostscript/Manifest
@@ -1,7 +1,8 @@
-MD5 f696b477ebd72fb8d4b86bbc48ff3f12 ChangeLog 6783
-MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
-MD5 35e4e0acfc419f03cbae66044308a0f1 ghostscript-7.05.6-r3.ebuild 3114
+MD5 0ff7847a4f2cbebd342e63619f2b443d ChangeLog 6917
+MD5 d963157d7ead112774e6d347c4350075 ghostscript-7.05.6-r3.ebuild 3071
MD5 823888ea04fc2c6c118a752107fe6607 ghostscript-7.05.6-r2.ebuild 2718
+MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
+MD5 f6f3dbd868441cee002e1aeebc830092 files/ijs.patch 303
MD5 5f1b04ca58928a339b749703e067e2ba files/gs7.05.6-kochi-substitute.patch 3774
MD5 c63f6d71a403dbc72265831386b84eb0 files/digest-ghostscript-7.05.6-r2 359
MD5 fd34b2b7a029f19eab4ba3f69afe295e files/ghostscript-7.05.6.man.patch 1231
@@ -9,5 +10,5 @@ MD5 e9bbafad9ed02da2accd420908d98502 files/gs7.05-gdevhl12.c 21998
MD5 f0a076c486b8d72e90c8aac2355ccd4d files/gs7.05.6-cjk.diff 20038
MD5 f9c4821dac99d593d62405379f6653ec files/png.diff 426
MD5 54ca592ef6bd375f6fdd214786962efb files/ps2epsi-security.patch 281
-MD5 c63f6d71a403dbc72265831386b84eb0 files/digest-ghostscript-7.05.6-r3 359
MD5 e065254ba9e798e4177ed687b6b5ee2e files/gs7.05.6-random.patch 478
+MD5 c63f6d71a403dbc72265831386b84eb0 files/digest-ghostscript-7.05.6-r3 359
diff --git a/app-text/ghostscript/files/ijs.patch b/app-text/ghostscript/files/ijs.patch
new file mode 100644
index 000000000000..28945118c2dc
--- /dev/null
+++ b/app-text/ghostscript/files/ijs.patch
@@ -0,0 +1,11 @@
+--- ijs/Makefile.in.org 2003-07-29 14:51:28.000000000 +0200
++++ ijs/Makefile.in 2003-07-29 14:51:40.000000000 +0200
+@@ -1,7 +1,7 @@
+ # Unix
+
+ CC=@CC@
+-CFLAGS=-g -Wall -ansi -pedantic -Wmissing-prototypes
++CFLAGS=-g -Wall -ansi -pedantic -Wmissing-prototypes -fPIC
+ LDLIBS=
+ OBJ=.@OBJEXT@
+ EXE=@EXEEXT@
diff --git a/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild b/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild
index a06fb0f881da..047901055889 100644
--- a/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild
+++ b/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild,v 1.5 2003/07/25 16:26:18 usata Exp $
-
-inherit eutils
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild,v 1.6 2003/07/29 13:01:19 lanius Exp $
DESCRIPTION="ESP Ghostscript -- an enhanced version of GNU Ghostscript with better printer support"
SRC_URI="ftp://ftp.easysw.com/pub/ghostscript/espgs-${PV}-source.tar.bz2
@@ -50,13 +48,15 @@ src_unpack() {
fi
# man page patch from absinthe@pobox.com (Dylan Carlson) bug #14150
-# patch -p0 ${S}/man/gs.1 < ${FILESDIR}/${P}.man.patch || die
epatch ${FILESDIR}/${P}.man.patch
epatch ${FILESDIR}/ps2epsi-security.patch
# bug 21627
epatch ${FILESDIR}/gs${PV}-random.patch
+
+ # ijs fPIC patch
+ epatch ${FILESDIR}/ijs.patch
}
src_compile() {
@@ -72,7 +72,6 @@ src_compile() {
econf ${myconf}
make || die "make failed"
- # Compile ijs
cd ijs
econf --prefix=${D}/usr
make || die "make failed"