diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2011-03-22 13:36:25 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2011-03-22 13:36:25 +0000 |
commit | 4d45e46d75bda2ac7f989dfbf8fa84cbdf15e49a (patch) | |
tree | 67f74745664df7d45ff631d880fb96f7f24b8393 /app-accessibility/festival | |
parent | Version bump (diff) | |
download | gentoo-2-4d45e46d75bda2ac7f989dfbf8fa84cbdf15e49a.tar.gz gentoo-2-4d45e46d75bda2ac7f989dfbf8fa84cbdf15e49a.tar.bz2 gentoo-2-4d45e46d75bda2ac7f989dfbf8fa84cbdf15e49a.zip |
"Quoted LDFLAGS per bugs #340317 and #359723"
(Portage version: 2.2.0_alpha9/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/festival')
-rw-r--r-- | app-accessibility/festival/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/festival/festival-2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-accessibility/festival/ChangeLog b/app-accessibility/festival/ChangeLog index 70a8568f9524..eaeb24fd7116 100644 --- a/app-accessibility/festival/ChangeLog +++ b/app-accessibility/festival/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/festival # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.94 2011/03/17 21:01:59 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.95 2011/03/22 13:36:25 neurogeek Exp $ + + 22 Mar 2011; Jesus Rivero <neurogeek@gentoo.org> festival-2.1.ebuild: + Quoted LDFLAGS per bugs #340317 and #359723 17 Mar 2011; Jesus Rivero <neurogeek@gentoo.org> festival-2.1.ebuild: Readded siteinit.scm instructions diff --git a/app-accessibility/festival/festival-2.1.ebuild b/app-accessibility/festival/festival-2.1.ebuild index 658428544112..9f8592e1352f 100644 --- a/app-accessibility/festival/festival-2.1.ebuild +++ b/app-accessibility/festival/festival-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.2 2011/03/17 21:01:59 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.3 2011/03/22 13:36:25 neurogeek Exp $ EAPI="2" inherit eutils toolchain-funcs @@ -65,7 +65,7 @@ src_configure() { src_compile() { emake -j1 PROJECT_LIBDEPS="" REQUIRED_LIBDEPS="" LOCAL_LIBDEPS="" \ OPTIMISE_CXXFLAGS="${CXXFLAGS}" OPTIMISE_CCFLAGS="${CFLAGS}" \ - LDFLAGS=${LDFLAGS} \ + LDFLAGS="${LDFLAGS}" \ CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die "emake failed" } |