diff options
Diffstat (limited to 'dev-perl/PDL/PDL-2.4.3.ebuild')
-rw-r--r-- | dev-perl/PDL/PDL-2.4.3.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-perl/PDL/PDL-2.4.3.ebuild b/dev-perl/PDL/PDL-2.4.3.ebuild index 9947c751d26d..a045df43b6c2 100644 --- a/dev-perl/PDL/PDL-2.4.3.ebuild +++ b/dev-perl/PDL/PDL-2.4.3.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-perl/PDL/PDL-2.4.3.ebuild,v 1.8 2007/06/24 21:29:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.3.ebuild,v 1.9 2007/07/10 23:33:28 mr_bones_ Exp $ inherit perl-module eutils multilib @@ -28,7 +28,6 @@ mydoc="DEPENDENCIES DEVELOPMENT MANIFEST* Release_Notes TODO" #SRC_TEST="do" - pkg_setup() { echo "" elog "If you want GSL library support in PDL," @@ -52,7 +51,6 @@ src_unpack() { ${S}/perldl.conf fi - # Unconditional -fPIC for the lib (#55238) sed -i -e "s/mycompiler -c -o/mycompiler -fPIC -c -o/" ${S}/Lib/Slatec/Makefile.PL } |