diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2010-08-11 10:41:58 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2010-08-11 10:41:58 +0000 |
commit | 754597cec8853c52ae707ead29f6506a7dca5de2 (patch) | |
tree | 6a0ed195e25c41a4e01990aa71679a534f9d5c96 /x11-plugins/wmfishtime | |
parent | Respect CC,CFLAGS,LDFLAGS. Bug #331849. Thanks to Diego E. 'Flameeyes' Petten... (diff) | |
download | gentoo-2-754597cec8853c52ae707ead29f6506a7dca5de2.tar.gz gentoo-2-754597cec8853c52ae707ead29f6506a7dca5de2.tar.bz2 gentoo-2-754597cec8853c52ae707ead29f6506a7dca5de2.zip |
Respect LDFLAGS wrt bug 331891. Thanks to Diego for report.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmfishtime')
-rw-r--r-- | x11-plugins/wmfishtime/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-plugins/wmfishtime/ChangeLog b/x11-plugins/wmfishtime/ChangeLog index ee2386206667..0d294a2bfca9 100644 --- a/x11-plugins/wmfishtime/ChangeLog +++ b/x11-plugins/wmfishtime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmfishtime # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.22 2010/06/28 09:09:44 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.23 2010/08/11 10:41:58 xarthisius Exp $ + + 11 Aug 2010; Kacper Kowalik <xarthisius@gentoo.org> + wmfishtime-1.24-r2.ebuild: + Respect LDFLAGS wrt bug 331891. Thanks to Diego for report. *wmfishtime-1.24-r2 (28 Jun 2010) diff --git a/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild index 6c2845c01dad..29e128690417 100644 --- a/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild +++ b/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.1 2010/06/28 09:09:44 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.2 2010/08/11 10:41:58 xarthisius Exp $ EAPI=3 inherit eutils toolchain-funcs @@ -22,6 +22,7 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}"/${P}-gtk.patch epatch "${FILESDIR}"/${P}-no_display.patch + sed -i -e "s/\$(CC)/& \$(LDFLAGS)/" Makefile || die #331891 } src_compile() { |