summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2006-09-26 06:24:46 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2006-09-26 06:24:46 +0000
commit76ffc340ee8ae14c67d1005812ad0cd414753739 (patch)
tree40654fc1c63bc02394ce8c4d37135bbffa13ec64 /sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild
parentmake sure we test flags against proper toolchain (diff)
downloadgentoo-2-76ffc340ee8ae14c67d1005812ad0cd414753739.tar.gz
gentoo-2-76ffc340ee8ae14c67d1005812ad0cd414753739.tar.bz2
gentoo-2-76ffc340ee8ae14c67d1005812ad0cd414753739.zip
Fix for -Wl,--as-needed.
(Portage version: 2.1.2_pre1-r3)
Diffstat (limited to 'sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild')
-rw-r--r--sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild b/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild
index 956a15dda7d3..123954f5a6e4 100644
--- a/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild
+++ b/sys-cluster/lam-mpi/lam-mpi-7.1.2.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/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild,v 1.3 2006/09/25 08:25:59 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild,v 1.4 2006/09/26 06:24:46 dberkholz Exp $
inherit autotools eutils fortran flag-o-matic multilib portability
@@ -41,6 +41,7 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/${PV}-lam_prog_f77.m4.patch
+ epatch "${FILESDIR}"/${PV}-liblam-use-extra-libs.patch
eautoreconf
}