summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-03-31 18:18:43 +0000
committerAron Griffis <agriffis@gentoo.org>2003-03-31 18:18:43 +0000
commit44b2ab6f27b410259311401df6e314a9a2197f54 (patch)
tree619d7b03164b13dc521fab7ae669fa7b9b6776e8 /dev-tcltk/tclx
parentAdd -fPIC on alpha for bug 10943 (diff)
downloadgentoo-2-44b2ab6f27b410259311401df6e314a9a2197f54.tar.gz
gentoo-2-44b2ab6f27b410259311401df6e314a9a2197f54.tar.bz2
gentoo-2-44b2ab6f27b410259311401df6e314a9a2197f54.zip
Add -fPIC on alpha to close bug 10921
Diffstat (limited to 'dev-tcltk/tclx')
-rw-r--r--dev-tcltk/tclx/ChangeLog5
-rw-r--r--dev-tcltk/tclx/tclx-8.3.ebuild11
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-tcltk/tclx/ChangeLog b/dev-tcltk/tclx/ChangeLog
index 880f14ffa5a2..956fd73a3d22 100644
--- a/dev-tcltk/tclx/ChangeLog
+++ b/dev-tcltk/tclx/ChangeLog
@@ -1,12 +1,15 @@
# ChangeLog for dev-tcltk/tclx
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/ChangeLog,v 1.4 2003/02/13 07:21:32 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/ChangeLog,v 1.5 2003/03/31 18:18:43 agriffis Exp $
13 Feb 2003; Mark Guertin <gerk@gentoo.org> tclx-8.3.ebuild :
added ~ppc to keywords
*tclx-8.3 (15 Aug 2002)
+ 31 Mar 2003; Aron Griffis <agriffis@gentoo.org> tclx-8.3.ebuild:
+ Add -fPIC on alpha to close bug 10921
+
16 Aug 2002; George Shapovalov <george@gentoo.org> tclx-8.3.ebuild :
incorporated modification by <pcgod@gmx.net> to make tk dependency optional (if
diff --git a/dev-tcltk/tclx/tclx-8.3.ebuild b/dev-tcltk/tclx/tclx-8.3.ebuild
index c859b152d01a..1a5139401ed1 100644
--- a/dev-tcltk/tclx/tclx-8.3.ebuild
+++ b/dev-tcltk/tclx/tclx-8.3.ebuild
@@ -1,6 +1,10 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3.ebuild,v 1.6 2003/02/13 11:46:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3.ebuild,v 1.7 2003/03/31 18:18:43 agriffis Exp $
+
+inherit flag-o-matic
+
+IUSE="X"
DESCRIPTION="A set of extensions to TCL"
HOMEPAGE="http://www.neosoft.com/TclX/"
@@ -10,14 +14,15 @@ SRC_URI="ftp://ftp.slackware.com/pub/slackware/slackware-8.1/source/tcl/tclx/${P
LICENSE="BSD"
SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE="X"
+KEYWORDS="x86 ~ppc ~alpha"
DEPEND="=dev-lang/tcl-8.3*
X? =dev-lang/tk-8.3*"
S=${WORKDIR}/${PN}${PV}
+[ $ARCH = alpha ] && append-flags -fPIC
+
src_unpack() {
unpack ${A} ; cd ${S}
patch -p1 < ${FILESDIR}/${P}-makecfg.patch || die