diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-05-28 23:00:54 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-05-28 23:00:54 +0000 |
commit | 4c3bdd4f763da3f5aa2c2c943df573974d88e82a (patch) | |
tree | a1b97dc864981573227994837b3a10f51cb25339 /dev-tcltk/tclperl | |
parent | Update libattica deps - bug 314539, add mimetypes patch - bug 261446 (no revb... (diff) | |
download | gentoo-2-4c3bdd4f763da3f5aa2c2c943df573974d88e82a.tar.gz gentoo-2-4c3bdd4f763da3f5aa2c2c943df573974d88e82a.tar.bz2 gentoo-2-4c3bdd4f763da3f5aa2c2c943df573974d88e82a.zip |
Added missing LDFLAGS #247189
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk/tclperl')
-rw-r--r-- | dev-tcltk/tclperl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tcltk/tclperl/tclperl-3.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-tcltk/tclperl/ChangeLog b/dev-tcltk/tclperl/ChangeLog index 94ab2f375b34..768aaadbdf57 100644 --- a/dev-tcltk/tclperl/ChangeLog +++ b/dev-tcltk/tclperl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tclperl -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/ChangeLog,v 1.7 2007/05/01 23:43:09 matsuu Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/ChangeLog,v 1.8 2010/05/28 23:00:54 jlec Exp $ + + 28 May 2010; Justin Lecher <jlec@gentoo.org> tclperl-3.2.ebuild: + Added missing LDFLAGS #247189 *tclperl-3.2 (01 May 2007) diff --git a/dev-tcltk/tclperl/tclperl-3.2.ebuild b/dev-tcltk/tclperl/tclperl-3.2.ebuild index 914899c6039c..a698565074a0 100644 --- a/dev-tcltk/tclperl/tclperl-3.2.ebuild +++ b/dev-tcltk/tclperl/tclperl-3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/tclperl-3.2.ebuild,v 1.1 2007/05/01 23:43:09 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/tclperl-3.2.ebuild,v 1.2 2010/05/28 23:00:54 jlec Exp $ inherit flag-o-matic multilib toolchain-funcs @@ -23,7 +23,7 @@ src_compile() { perl Makefile.PL || die make OPTIMIZE="${CFLAGS}" Tcl.o || die - $(tc-getCC) -shared ${CFLAGS} -o tclperl.so.${PV} -DUSE_TCL_STUBS \ + $(tc-getCC) -shared ${LDFLAGS} ${CFLAGS} -o tclperl.so.${PV} -DUSE_TCL_STUBS \ tclperl.c tclthread.c `perl -MExtUtils::Embed -e ccopts -e ldopts` \ /usr/$(get_libdir)/libtclstub`echo 'puts $tcl_version' | tclsh`.a Tcl.o || die } |