diff options
author | 2008-12-09 08:14:27 +0000 | |
---|---|---|
committer | 2008-12-09 08:14:27 +0000 | |
commit | d9e574e4e1794209ff561bde9f6b2a981397d7a7 (patch) | |
tree | 645686d71479cef1bd268cfa74dcbc5f230cce39 /dev-perl/PDL/PDL-2.4.4.ebuild | |
parent | Version bump, fixes 2 crashes, and the status message now updates properly (diff) | |
download | historical-d9e574e4e1794209ff561bde9f6b2a981397d7a7.tar.gz historical-d9e574e4e1794209ff561bde9f6b2a981397d7a7.tar.bz2 historical-d9e574e4e1794209ff561bde9f6b2a981397d7a7.zip |
Update PIC patch (#250335)
Package-Manager: portage-2.2_rc17/cvs/Linux 2.6.27-tuxonice i686
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() : |