summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2004-08-30 19:51:35 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2004-08-30 19:51:35 +0000
commit0f7179df24552b18edb3c42f7a83e3d6c38688d8 (patch)
tree0752b9e7104865dc9bca29c8ab0bc5e7c39d92c2 /dev-tcltk/tclx
parentFixed DEPEND/RDEPEND, removed unneeded src_compile (Manifest recommit) (diff)
downloadgentoo-2-0f7179df24552b18edb3c42f7a83e3d6c38688d8.tar.gz
gentoo-2-0f7179df24552b18edb3c42f7a83e3d6c38688d8.tar.bz2
gentoo-2-0f7179df24552b18edb3c42f7a83e3d6c38688d8.zip
Removing -fPIC. Not necessary anymore. BUG #55238.
Diffstat (limited to 'dev-tcltk/tclx')
-rw-r--r--dev-tcltk/tclx/ChangeLog6
-rw-r--r--dev-tcltk/tclx/tclx-8.3-r1.ebuild8
-rw-r--r--dev-tcltk/tclx/tclx-8.3.5.ebuild8
3 files changed, 15 insertions, 7 deletions
diff --git a/dev-tcltk/tclx/ChangeLog b/dev-tcltk/tclx/ChangeLog
index c0f328a44f24..5344952203a7 100644
--- a/dev-tcltk/tclx/ChangeLog
+++ b/dev-tcltk/tclx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tcltk/tclx
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/ChangeLog,v 1.15 2004/08/07 16:49:30 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/ChangeLog,v 1.16 2004/08/30 19:51:35 kugelfang Exp $
+
+ 30 Aug 2004; Danny van Dyk <kugelfang@gentoo.org> tclx-8.3-r1.ebuild,
+ tclx-8.3.5.ebuild:
+ Removed append-flags -fPIC. Not necessary. See BUG #55238.
07 Aug 2004; Doug Goldstein <cardoe@gentoo.org> tclx-8.3.5.ebuild:
Fixes for bug #58730 and #46565.
diff --git a/dev-tcltk/tclx/tclx-8.3-r1.ebuild b/dev-tcltk/tclx/tclx-8.3-r1.ebuild
index 8666ca0cd551..743b45fa12a6 100644
--- a/dev-tcltk/tclx/tclx-8.3-r1.ebuild
+++ b/dev-tcltk/tclx/tclx-8.3-r1.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-tcltk/tclx/tclx-8.3-r1.ebuild,v 1.11 2004/06/25 02:09:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3-r1.ebuild,v 1.12 2004/08/30 19:51:35 kugelfang Exp $
inherit flag-o-matic eutils
@@ -21,8 +21,10 @@ DEPEND=">=dev-lang/tcl-8.4.2
S=${WORKDIR}/${PN}${PV}
-[ $ARCH = alpha ] && append-flags -fPIC
-[ "${ARCH}" = "amd64" ] && append-flags -fPIC
+# Not necessary ! see BUG #55238
+# Danny van Dyk <kugelfang@gentoo.org> 2004/08/30
+# [ $ARCH = alpha ] && append-flags -fPIC
+# [ "${ARCH}" = "amd64" ] && append-flags -fPIC
src_unpack() {
ewarn ""
diff --git a/dev-tcltk/tclx/tclx-8.3.5.ebuild b/dev-tcltk/tclx/tclx-8.3.5.ebuild
index bc13b1c96953..f5dbe1ddae04 100644
--- a/dev-tcltk/tclx/tclx-8.3.5.ebuild
+++ b/dev-tcltk/tclx/tclx-8.3.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-tcltk/tclx/tclx-8.3.5.ebuild,v 1.1 2004/08/07 16:49:30 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3.5.ebuild,v 1.2 2004/08/30 19:51:35 kugelfang Exp $
inherit flag-o-matic eutils
@@ -22,8 +22,10 @@ DEPEND=">=sys-apps/sed-4
S=${WORKDIR}/${PN}${PV}
-[ $ARCH = alpha ] && append-flags -fPIC
-[ "${ARCH}" = "amd64" ] && append-flags -fPIC
+# Not necessary ! see BUG #55238
+# Danny van Dyk <kugelfang@gentoo.org> 2004/08/30
+# [ $ARCH = alpha ] && append-flags -fPIC
+# [ "${ARCH}" = "amd64" ] && append-flags -fPIC
src_unpack() {
unpack ${A} ; cd ${S}