summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Martin <gmsoft@gentoo.org>2004-08-31 07:56:41 +0000
committerGuy Martin <gmsoft@gentoo.org>2004-08-31 07:56:41 +0000
commitf1b0caac07847cccca9d48791e2c063975990738 (patch)
tree3a4bc093f0250070d167019911b8be2f2ce4cdfe /dev-lang
parentclean older ebuild (diff)
downloadhistorical-f1b0caac07847cccca9d48791e2c063975990738.tar.gz
historical-f1b0caac07847cccca9d48791e2c063975990738.tar.bz2
historical-f1b0caac07847cccca9d48791e2c063975990738.zip
Removed useless -fPIC for hppa.
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/perl/ChangeLog6
-rw-r--r--dev-lang/perl/perl-5.8.4.ebuild4
-rw-r--r--dev-lang/perl/perl-5.8.5.ebuild9
-rw-r--r--dev-lang/python/ChangeLog5
-rw-r--r--dev-lang/python/python-2.3.4.ebuild3
5 files changed, 13 insertions, 14 deletions
diff --git a/dev-lang/perl/ChangeLog b/dev-lang/perl/ChangeLog
index d416868ec591..7a0b965b1624 100644
--- a/dev-lang/perl/ChangeLog
+++ b/dev-lang/perl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/perl
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.79 2004/08/21 22:22:11 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.80 2004/08/31 07:56:40 gmsoft Exp $
+
+ 31 Aug 2004; Guy Martin <gmsoft@gentoo.org> perl-5.8.4.ebuild,
+ perl-5.8.5.ebuild:
+ Removed useless -fPIC for hppa.
21 Aug 2004; Joshua Kinard <kumba@gentoo.org> perl-5.8.4-r1.ebuild:
Marked stable on mips.
diff --git a/dev-lang/perl/perl-5.8.4.ebuild b/dev-lang/perl/perl-5.8.4.ebuild
index 35da0bddfc48..f98bf635334d 100644
--- a/dev-lang/perl/perl-5.8.4.ebuild
+++ b/dev-lang/perl/perl-5.8.4.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-lang/perl/perl-5.8.4.ebuild,v 1.20 2004/08/28 06:20:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.4.ebuild,v 1.21 2004/08/31 07:56:41 gmsoft Exp $
inherit eutils flag-o-matic gcc
@@ -170,7 +170,7 @@ src_compile() {
# only get compiled with -fPIC, since they get linked into shared objects, they
# must be compiled with -fPIC. Don't have time to parse through the build system
# at this time.
- [ "${ARCH}" = "hppa" ] && append-flags -fPIC
+# [ "${ARCH}" = "hppa" ] && append-flags -fPIC
# [ "${ARCH}" = "amd64" ] && append-flags -fPIC
sh Configure -des \
diff --git a/dev-lang/perl/perl-5.8.5.ebuild b/dev-lang/perl/perl-5.8.5.ebuild
index 0c8edc4c2161..9785c73fb0e4 100644
--- a/dev-lang/perl/perl-5.8.5.ebuild
+++ b/dev-lang/perl/perl-5.8.5.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-lang/perl/perl-5.8.5.ebuild,v 1.2 2004/08/28 07:21:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.5.ebuild,v 1.3 2004/08/31 07:56:41 gmsoft Exp $
inherit eutils flag-o-matic gcc
@@ -170,13 +170,6 @@ src_configure() {
myconf="${myconf} -Ui_db -Ui_ndbm"
fi
- # These are temporary fixes. Need to edit the build so that that libraries created
- # only get compiled with -fPIC, since they get linked into shared objects, they
- # must be compiled with -fPIC. Don't have time to parse through the build system
- # at this time.
- [ "${ARCH}" = "hppa" ] && append-flags -fPIC
-# [ "${ARCH}" = "amd64" ] && append-flags -fPIC
-
sh Configure -des \
-Darchname="${myarch}" \
-Dcccdlflags='-fPIC' \
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog
index dd4c2a727be5..87b0c8a30716 100644
--- a/dev-lang/python/ChangeLog
+++ b/dev-lang/python/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/python
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.109 2004/08/19 02:13:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.110 2004/08/31 07:53:58 gmsoft Exp $
+
+ 31 Aug 2004; Guy Martin <gmsoft@gentoo.org> python-2.3.4.ebuild:
+ Removed useless -fPIC for hppa.
18 Aug 2004; Aron Griffis <agriffis@gentoo.org> python-2.3.4.ebuild:
stable on alpha
diff --git a/dev-lang/python/python-2.3.4.ebuild b/dev-lang/python/python-2.3.4.ebuild
index cb5307890ba0..b7b62018b580 100644
--- a/dev-lang/python/python-2.3.4.ebuild
+++ b/dev-lang/python/python-2.3.4.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-lang/python/python-2.3.4.ebuild,v 1.9 2004/08/19 02:13:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4.ebuild,v 1.10 2004/08/31 07:53:58 gmsoft Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -88,7 +88,6 @@ src_configure() {
src_compile() {
filter-flags -malign-double
- [ "${ARCH}" = "hppa" ] && append-flags -fPIC
[ "${ARCH}" = "alpha" ] && append-flags -fPIC
[ "${ARCH}" = "amd64" ] && append-flags -fPIC