diff options
Diffstat (limited to 'app-text/ghostscript')
-rw-r--r-- | app-text/ghostscript/Manifest | 2 | ||||
-rw-r--r-- | app-text/ghostscript/ghostscript-7.07.1-r8.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/ghostscript/Manifest b/app-text/ghostscript/Manifest index dee5aa01452d..060465183e2d 100644 --- a/app-text/ghostscript/Manifest +++ b/app-text/ghostscript/Manifest @@ -7,7 +7,7 @@ MD5 6319ff45453f1d6fb8e71caa8f40556a ghostscript-7.07.1-r4.ebuild 4028 MD5 1f0374fe43952ae741d0cf174588a5fb ghostscript-7.07.1-r6.ebuild 4076 MD5 adb8f4a12eb1764922b5e13835ef60dc ghostscript-7.07.1-r1.ebuild 3270 MD5 0e936a695da6f98eb9b71d71c9cde03f ChangeLog 14916 -MD5 f4ba2f38a0be9a73d615ba44cfd67b22 ghostscript-7.07.1-r8.ebuild 4886 +MD5 4a5bf95a83e8b7afea5d37ecdc68b234 ghostscript-7.07.1-r8.ebuild 4888 MD5 0eb21cd33b7646ed6bab341f994c6640 ghostscript-7.05.6-r1.ebuild 2749 MD5 0d1e785f83f28fcc649afaee1641be97 ghostscript-7.07.1-r3.ebuild 3443 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 diff --git a/app-text/ghostscript/ghostscript-7.07.1-r8.ebuild b/app-text/ghostscript/ghostscript-7.07.1-r8.ebuild index 0720b7f5b252..dab524d8c66f 100644 --- a/app-text/ghostscript/ghostscript-7.07.1-r8.ebuild +++ b/app-text/ghostscript/ghostscript-7.07.1-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r8.ebuild,v 1.2 2004/12/14 15:14:03 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r8.ebuild,v 1.3 2004/12/15 06:32:54 lanius Exp $ inherit flag-o-matic eutils gcc @@ -88,7 +88,7 @@ src_unpack() { if use gtk; then sed -i -e "s:gmodule:gmodule-2.0:" configure.ac sed -i -e "s:glib-config:pkgconfig:" configure.ac - sed -i -e "s:gtk-config:pkg-config gtk-2.0:" src/unix-dll.mak + sed -i -e "s:gtk-config:pkg-config gtk+-2.0:g" src/unix-dll.mak sed -i -e "s:CFLAGS_SO=-fPIC:CFLAGS_SO=-fPIC -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include:" Makefile.in else epatch ${FILESDIR}/gs${PV}-nogtk2.patch |