diff options
Diffstat (limited to 'dev-perl/PDL/PDL-2.4.4.ebuild')
-rw-r--r-- | dev-perl/PDL/PDL-2.4.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/PDL/PDL-2.4.4.ebuild b/dev-perl/PDL/PDL-2.4.4.ebuild index ce1649bbdf58..26acda07f9ae 100644 --- a/dev-perl/PDL/PDL-2.4.4.ebuild +++ b/dev-perl/PDL/PDL-2.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.4.ebuild,v 1.1 2008/12/08 02:38:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.4.ebuild,v 1.2 2008/12/09 08:14:27 tove Exp $ MODULE_AUTHOR=CHM inherit perl-module eutils multilib @@ -34,8 +34,8 @@ src_unpack() { epatch "${FILESDIR}/PDL-2.4.2-makemakerfix.patch" - # Unconditional -fPIC for the lib (#55238, #180807) - epatch "${FILESDIR}/${PN}-2.4.3-PIC.patch" + # Unconditional -fPIC for the lib (#55238, #180807, #250335) + epatch "${FILESDIR}/${P}-PIC.patch" # TODO: everything in this function below this # TODO: line really belongs in src_compile() : |