diff options
author | Keri Harris <keri@gentoo.org> | 2007-02-03 23:03:23 +0000 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2007-02-03 23:03:23 +0000 |
commit | 22943f47013f9befb6cde589e7fdb93ca77376bb (patch) | |
tree | 78956cd3f887a59151c3f6238a52730de25529f4 /dev-lang/yap/yap-5.1.1.ebuild | |
parent | Stable on SPARC wrt bug #165179. (diff) | |
download | historical-22943f47013f9befb6cde589e7fdb93ca77376bb.tar.gz historical-22943f47013f9befb6cde589e7fdb93ca77376bb.tar.bz2 historical-22943f47013f9befb6cde589e7fdb93ca77376bb.zip |
Parallelize compile of additional libraries.
Package-Manager: portage-2.1.2-r6
Diffstat (limited to 'dev-lang/yap/yap-5.1.1.ebuild')
-rw-r--r-- | dev-lang/yap/yap-5.1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/yap/yap-5.1.1.ebuild b/dev-lang/yap/yap-5.1.1.ebuild index 6871228a3f78..5e43d7e20e35 100644 --- a/dev-lang/yap/yap-5.1.1.ebuild +++ b/dev-lang/yap/yap-5.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-5.1.1.ebuild,v 1.10 2007/02/03 04:41:14 keri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-5.1.1.ebuild,v 1.11 2007/02/03 23:03:23 keri Exp $ inherit autotools eutils java-pkg-opt-2 @@ -32,6 +32,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${P}-configure.patch epatch "${FILESDIR}"/${P}-multilib.patch + epatch "${FILESDIR}"/${P}-parallel-make.patch epatch "${FILESDIR}"/${P}-SONAME.patch epatch "${FILESDIR}"/${P}-analyst.patch epatch "${FILESDIR}"/${P}-myddas.patch |