Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 88110 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/sys-cluster/lam-mpi/lam-mpi-7.1.1.ebuild (-1 / +2 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.1.ebuild,v 1.1 2005/02/21 08:56:35 spyderous Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.1.ebuild,v 1.1 2005/02/21 08:56:35 spyderous Exp $
4
4
5
inherit fortran
5
inherit fortran flag-o-matic
6
6
7
IUSE="crypt"
7
IUSE="crypt"
8
8
Lines 32-37 Link Here
32
}
32
}
33
33
34
src_compile() {
34
src_compile() {
35
	[ "${ARCH}" = "amd64" ] && append-flags -fPIC
35
36
36
	local myconf
37
	local myconf
37
38

Return to bug 88110