summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2004-08-30 19:20:14 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2004-08-30 19:20:14 +0000
commitb496f211e21e5598f168dde7a8f41a7d14249d93 (patch)
treed6c94dc343254696419510e646ae39d666fe763e /dev-perl/PDL
parentKeyword modification, see changelog for details (Manifest recommit) (diff)
downloadgentoo-2-b496f211e21e5598f168dde7a8f41a7d14249d93.tar.gz
gentoo-2-b496f211e21e5598f168dde7a8f41a7d14249d93.tar.bz2
gentoo-2-b496f211e21e5598f168dde7a8f41a7d14249d93.zip
fPIC Policy: needs to be unconditional. BUG #55238
Diffstat (limited to 'dev-perl/PDL')
-rw-r--r--dev-perl/PDL/ChangeLog5
-rw-r--r--dev-perl/PDL/PDL-2.4.0.ebuild13
2 files changed, 12 insertions, 6 deletions
diff --git a/dev-perl/PDL/ChangeLog b/dev-perl/PDL/ChangeLog
index 1fe87e5ebe07..6ec0919b0372 100644
--- a/dev-perl/PDL/ChangeLog
+++ b/dev-perl/PDL/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/PDL
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.22 2004/06/25 00:53:37 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.23 2004/08/30 19:20:14 kugelfang Exp $
+
+ 30 Aug 2004; Danny van Dyk <kugelfang@gentoo.org> PDL-2.4.0.ebuild:
+ Applying -fPIC to compile flags now unconditionally. See BUG #55238.
06 Jun 2004; Aron Griffis <agriffis@gentoo.org> PDL-2.3.2-r1.ebuild,
PDL-2.3.2-r2.ebuild, PDL-2.3.4.ebuild, PDL-2.4.0-r1.ebuild,
diff --git a/dev-perl/PDL/PDL-2.4.0.ebuild b/dev-perl/PDL/PDL-2.4.0.ebuild
index 87835d45ef6e..7e80a6cba29b 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-2004 Gentoo Foundation
# 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.10 2004/07/14 20:06:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.0.ebuild,v 1.11 2004/08/30 19:20:14 kugelfang Exp $
IUSE="opengl"
@@ -41,10 +41,13 @@ src_unpack() {
sed -e "s:WITH_3D => undef:WITH_3D => 0:" \
${FILESDIR}/perldl.conf > ${S}/perldl.conf
fi
- if use hppa || use amd64; then
- cd ${S}/Lib/Slatec
- sed -i -e "s/mycompiler -c -o/mycompiler -fPIC -c -o/" Makefile.PL
- fi
+ # fPIC has to be applied unconditonally !
+ # BUG #55238
+ # Danny van Dyk <kugelfang@gentoo.org> 2004/08/30
+ # if use hppa || use amd64; then
+ cd ${S}/Lib/Slatec
+ sed -i -e "s/mycompiler -c -o/mycompiler -fPIC -c -o/" Makefile.PL
+ # fi
}
src_install () {