diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-12-14 19:13:36 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-12-14 19:13:36 +0000 |
commit | 0fa2c402c6ff8e2614cb2d04ccef501b9efb9822 (patch) | |
tree | 6d0824abb969424898dd51a75958a93a73a40df0 /app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild | |
parent | Drop hotplug support in favour of udev, bug 158114, also add missing vim depe... (diff) | |
download | gentoo-2-0fa2c402c6ff8e2614cb2d04ccef501b9efb9822.tar.gz gentoo-2-0fa2c402c6ff8e2614cb2d04ccef501b9efb9822.tar.bz2 gentoo-2-0fa2c402c6ff8e2614cb2d04ccef501b9efb9822.zip |
Add hacked up djvu fix for -gpl for bug 158079
(Portage version: 2.1.2_rc3-r5)
Diffstat (limited to 'app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild')
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild index da5f893da842..48dc3a4a03cb 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-8.54.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-gpl/ghostscript-gpl-8.54.ebuild,v 1.8 2006/12/12 23:36:44 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild,v 1.9 2006/12/14 19:13:36 genstef Exp $ WANT_AUTOMAKE=1.6 @@ -84,6 +84,7 @@ src_unpack() { unpack gsdjvu-${GSDJVU_PV}.tar.gz cp gsdjvu-${GSDJVU_PV}/gsdjvu ${S} cp gsdjvu-${GSDJVU_PV}/gdevdjvu.c ${S}/src + epatch ${FILESDIR}/djvu-gs-gpl.patch cp gsdjvu-${GSDJVU_PV}/ps2utf8.ps ${S}/lib cp ${S}/src/contrib.mak ${S}/src/contrib.mak.gsdjvu grep -q djvusep ${S}/src/contrib.mak || \ |