diff options
Diffstat (limited to 'dev-perl/PDL/PDL-2.4.2-r1.ebuild')
-rw-r--r-- | dev-perl/PDL/PDL-2.4.2-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-perl/PDL/PDL-2.4.2-r1.ebuild b/dev-perl/PDL/PDL-2.4.2-r1.ebuild index c817cac62797..16165b71396f 100644 --- a/dev-perl/PDL/PDL-2.4.2-r1.ebuild +++ b/dev-perl/PDL/PDL-2.4.2-r1.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.2-r1.ebuild,v 1.16 2007/06/24 21:29:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.2-r1.ebuild,v 1.17 2007/07/10 23:33:28 mr_bones_ Exp $ inherit perl-module eutils multilib @@ -25,7 +25,6 @@ DEPEND=">=sys-libs/ncurses-5.2 mydoc="DEPENDENCIES DEVELOPMENT MANIFEST* Release_Notes TODO" - pkg_setup() { echo "" elog "If you want GSL library support in PDL," @@ -49,7 +48,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 } |