From 44b2ab6f27b410259311401df6e314a9a2197f54 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Mon, 31 Mar 2003 18:18:43 +0000 Subject: Add -fPIC on alpha to close bug 10921 --- dev-tcltk/tclx/ChangeLog | 5 ++++- dev-tcltk/tclx/tclx-8.3.ebuild | 11 ++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) (limited to 'dev-tcltk/tclx') 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 tclx-8.3.ebuild : added ~ppc to keywords *tclx-8.3 (15 Aug 2002) + 31 Mar 2003; Aron Griffis tclx-8.3.ebuild: + Add -fPIC on alpha to close bug 10921 + 16 Aug 2002; George Shapovalov tclx-8.3.ebuild : incorporated modification by 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 -- cgit v1.2.3-65-gdbad