diff options
author | 2008-02-21 18:57:17 +0000 | |
---|---|---|
committer | 2008-02-21 18:57:17 +0000 | |
commit | 62cff19ac0e60b0459bdf37667364700ae7b04fa (patch) | |
tree | cf14b324c007dcb505b4b4dbef92ff556c6baaa5 /x11-wm/sawfish/sawfish-1.3.3.ebuild | |
parent | Mask the new package using pambase. (diff) | |
download | gentoo-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/sawfish-1.3.3.ebuild')
-rw-r--r-- | x11-wm/sawfish/sawfish-1.3.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |