summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-11-17 20:44:53 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-11-17 20:44:53 +0000
commitf6f12309b4780568583f129a9ffe4a2f0325be4c (patch)
tree935901e0c4ec8e0b77493f1b0dfd70dadf13de3e /app-text
parentReadd w/o keyword-sobst. (diff)
downloadgentoo-2-f6f12309b4780568583f129a9ffe4a2f0325be4c.tar.gz
gentoo-2-f6f12309b4780568583f129a9ffe4a2f0325be4c.tar.bz2
gentoo-2-f6f12309b4780568583f129a9ffe4a2f0325be4c.zip
Fix Makefile.in problems thanks to Alexander Skwar <askwar@digitalprojects.com> in bug 154777
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ghostscript-gnu/ChangeLog7
-rw-r--r--app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/app-text/ghostscript-gnu/ChangeLog b/app-text/ghostscript-gnu/ChangeLog
index f90c05bdde8a..071241eda699 100644
--- a/app-text/ghostscript-gnu/ChangeLog
+++ b/app-text/ghostscript-gnu/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/ghostscript-gnu
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.26 2006/10/21 10:28:25 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.27 2006/11/17 20:44:53 genstef Exp $
+
+ 17 Nov 2006; Stefan Schweizer <genstef@gentoo.org>
+ ghostscript-gnu-8.55.ebuild:
+ Fix Makefile.in problems thanks to Alexander Skwar
+ <askwar@digitalprojects.com> in bug 154777
*ghostscript-gnu-8.55 (21 Oct 2006)
diff --git a/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild b/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild
index 847d652173c7..fc28bb772e56 100644
--- a/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild
+++ b/app-text/ghostscript-gnu/ghostscript-gnu-8.55.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-gnu/ghostscript-gnu-8.55.ebuild,v 1.1 2006/10/21 10:28:25 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild,v 1.2 2006/11/17 20:44:53 genstef Exp $
WANT_AUTOMAKE=1.6
inherit autotools elisp-common eutils versionator flag-o-matic
@@ -46,6 +46,7 @@ S=${WORKDIR}/${MY_P}
src_unpack() {
unpack ${A/adobe-cmaps-200406.tar.gz acro5-cmaps-2001.tar.gz}
+ ln -s ${S}/{,src}/Makefile.in
if use cjk; then
cat ${FILESDIR}/ghostscript-esp-8.15.2-cidfmap.cjk >> ${S}/lib/cidfmap
cat ${FILESDIR}/ghostscript-esp-8.15.2-FAPIcidfmap.cjk >> ${S}/lib/FAPIcidfmap
@@ -74,7 +75,6 @@ src_unpack() {
sed -i -e 's:EXTRALIBS=.*:\0 -lcups -lcupsimage:' src/Makefile.in || die "sed failed"
fi
cd ${S}
- ln -s Makefile.in src/Makefile.in
if ! use gtk; then
sed -i "s:\$(GSSOX)::" src/*.mak || die "gsx sed failed"