diff options
author | Olivier Crête <tester@gentoo.org> | 2003-07-18 20:14:52 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2003-07-18 20:14:52 +0000 |
commit | fd5ff9b74a2a4111036e11ed68a4ceaf33567505 (patch) | |
tree | e9435d88dfdcee10d232229715cae099a5fd37a2 /dev-perl/PDL/PDL-2.4.0.ebuild | |
parent | pose-3.5 no longer exists (diff) | |
download | gentoo-2-fd5ff9b74a2a4111036e11ed68a4ceaf33567505.tar.gz gentoo-2-fd5ff9b74a2a4111036e11ed68a4ceaf33567505.tar.bz2 gentoo-2-fd5ff9b74a2a4111036e11ed68a4ceaf33567505.zip |
Added -fPIC for amd64
Diffstat (limited to 'dev-perl/PDL/PDL-2.4.0.ebuild')
-rw-r--r-- | dev-perl/PDL/PDL-2.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/PDL/PDL-2.4.0.ebuild b/dev-perl/PDL/PDL-2.4.0.ebuild index fe79f277c542..3d17a7129541 100644 --- a/dev-perl/PDL/PDL-2.4.0.ebuild +++ b/dev-perl/PDL/PDL-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.0.ebuild,v 1.5 2003/07/03 21:44:13 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.0.ebuild,v 1.6 2003/07/18 20:14:48 tester Exp $ IUSE="opengl" @@ -41,7 +41,7 @@ src_unpack() { sed -e "s:WITH_3D => undef:WITH_3D => 0:" \ ${FILESDIR}/perldl.conf > ${S}/perldl.conf fi - if [ "`use hppa`" ] + if [ "`use hppa`" -o "`use amd64`" ] then cd ${S}/Lib/Slatec cp Makefile.PL Makefile.PL.orig |