summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2008-02-21 18:57:17 +0000
committerHarald van Dijk <truedfx@gentoo.org>2008-02-21 18:57:17 +0000
commit62cff19ac0e60b0459bdf37667364700ae7b04fa (patch)
treecf14b324c007dcb505b4b4dbef92ff556c6baaa5 /x11-wm/sawfish
parentMask the new package using pambase. (diff)
downloadgentoo-2-62cff19ac0e60b0459bdf37667364700ae7b04fa.tar.gz
gentoo-2-62cff19ac0e60b0459bdf37667364700ae7b04fa.tar.bz2
gentoo-2-62cff19ac0e60b0459bdf37667364700ae7b04fa.zip
Fix parallel make, bug #210939
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r--x11-wm/sawfish/ChangeLog6
-rw-r--r--x11-wm/sawfish/files/sawfish-1.3.3-parallel-make.patch11
-rw-r--r--x11-wm/sawfish/sawfish-1.3.3.ebuild3
3 files changed, 18 insertions, 2 deletions
diff --git a/x11-wm/sawfish/ChangeLog b/x11-wm/sawfish/ChangeLog
index 21633037d752..062d3ca159ba 100644
--- a/x11-wm/sawfish/ChangeLog
+++ b/x11-wm/sawfish/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-wm/sawfish
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.82 2008/02/19 18:52:21 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.83 2008/02/21 18:57:16 truedfx Exp $
+
+ 21 Feb 2008; Harald van Dijk <truedfx@gentoo.org>
+ +files/sawfish-1.3.3-parallel-make.patch, sawfish-1.3.3.ebuild:
+ Fix parallel make, bug #210939
*sawfish-1.3.3 (19 Feb 2008)
diff --git a/x11-wm/sawfish/files/sawfish-1.3.3-parallel-make.patch b/x11-wm/sawfish/files/sawfish-1.3.3-parallel-make.patch
new file mode 100644
index 000000000000..7708f9237b39
--- /dev/null
+++ b/x11-wm/sawfish/files/sawfish-1.3.3-parallel-make.patch
@@ -0,0 +1,11 @@
+--- sawfish/src/Makefile.in
++++ sawfish/src/Makefile.in
+@@ -88,7 +88,7 @@
+ $(SHELL) $< $(DESTDIR)$(bindir) $(DESTDIR)$(repexecdir)/sawfish \
+ $(foreach x,$(DL_DIRS),$(DESTDIR)$(sawfishexecdir)/$(x))
+
+-.libexec :
++.libexec : $(DL_OBJS)
+ $(SHELL) $(srcdir)/fake-libexec
+
+ clean :
diff --git a/x11-wm/sawfish/sawfish-1.3.3.ebuild b/x11-wm/sawfish/sawfish-1.3.3.ebuild
index 3f933de3f07e..e5edecea6a0e 100644
--- a/x11-wm/sawfish/sawfish-1.3.3.ebuild
+++ b/x11-wm/sawfish/sawfish-1.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.3.3.ebuild,v 1.1 2008/02/19 18:52:21 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.3.3.ebuild,v 1.2 2008/02/21 18:57:16 truedfx Exp $
# detect cvs snapshots; fex. 1.3_p20040120
[[ $PV == *_p[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9] ]]
@@ -42,6 +42,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/libtool.patch
+ epatch "${FILESDIR}"/${P}-parallel-make.patch
if (( snapshot )); then
eautoreconf