summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-08-30 23:56:01 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-08-30 23:56:01 +0000
commit6a15d5e5e57d53e41dcc0fe42c42266c00938354 (patch)
treeaa7259809ede28910305f36bc7af1eba3ef78bb8 /app-text/ghostscript-gpl
parentremove old versions of udev from the tree (diff)
downloadgentoo-2-6a15d5e5e57d53e41dcc0fe42c42266c00938354.tar.gz
gentoo-2-6a15d5e5e57d53e41dcc0fe42c42266c00938354.tar.bz2
gentoo-2-6a15d5e5e57d53e41dcc0fe42c42266c00938354.zip
add STDDIRS to make targets to fix parallel build issues thanks to Bruno Roggeri <bruno.roggeri@metz.supelec.fr> in bug 142802
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'app-text/ghostscript-gpl')
-rw-r--r--app-text/ghostscript-gpl/ChangeLog7
-rw-r--r--app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/app-text/ghostscript-gpl/ChangeLog b/app-text/ghostscript-gpl/ChangeLog
index 9768ae1afc36..b80d8e68bcfd 100644
--- a/app-text/ghostscript-gpl/ChangeLog
+++ b/app-text/ghostscript-gpl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/ghostscript-gpl
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.1 2006/06/27 08:13:40 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.2 2006/08/30 23:56:01 genstef Exp $
+
+ 30 Aug 2006; Stefan Schweizer <genstef@gentoo.org>
+ ghostscript-gpl-8.54.ebuild:
+ add STDDIRS to make targets to fix parallel build issues thanks to Bruno
+ Roggeri <bruno.roggeri@metz.supelec.fr> in bug 142802
*ghostscript-gpl-8.54 (27 Jun 2006)
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild
index 8970162c0fb0..f7001ed70202 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.1 2006/06/27 08:13:40 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild,v 1.2 2006/08/30 23:56:01 genstef Exp $
inherit autotools elisp-common eutils versionator
@@ -120,7 +120,7 @@ src_compile() {
$(use_with jpeg2k jasper) \
--with-ijs \
--with-jbig2dec || die "econf failed"
- emake so all || die "emake failed"
+ emake STDDIRS so all || die "emake failed"
cd ijs
econf || die "ijs econf failed"