diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2007-01-22 11:15:43 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2007-01-22 11:15:43 +0000 |
commit | 93c7f0fd0476b6cebb85d5866b39b72aef70ea53 (patch) | |
tree | dc9802dbf5ad83602109de5936c1c9a67e05e325 /x11-plugins/wmweather+ | |
parent | Version bump, closes bug#163175, thanks to Maxxer (diff) | |
download | gentoo-2-93c7f0fd0476b6cebb85d5866b39b72aef70ea53.tar.gz gentoo-2-93c7f0fd0476b6cebb85d5866b39b72aef70ea53.tar.bz2 gentoo-2-93c7f0fd0476b6cebb85d5866b39b72aef70ea53.zip |
Filtered -optimize-sibling-calls out of CFLAGS, closing bug #159280.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'x11-plugins/wmweather+')
-rw-r--r-- | x11-plugins/wmweather+/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmweather+/wmweather+-2.9.ebuild | 13 |
2 files changed, 15 insertions, 3 deletions
diff --git a/x11-plugins/wmweather+/ChangeLog b/x11-plugins/wmweather+/ChangeLog index 5a45d2698599..34bc52f9e679 100644 --- a/x11-plugins/wmweather+/ChangeLog +++ b/x11-plugins/wmweather+/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmweather+ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/ChangeLog,v 1.20 2006/10/25 10:37:22 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/ChangeLog,v 1.21 2007/01/22 11:15:43 s4t4n Exp $ + + 22 Jan 2007; Michele Noberasco <s4t4n@gentoo.org> wmweather+-2.9.ebuild: + Filter -optimize-sibling-calls out of CFLAGS. Closes bug #159280. 25 Oct 2006; Michele Noberasco <s4t4n@gentoo.org> wmweather+-2.9.ebuild: Added missing libxpm dependancy. Closes bug #150655. diff --git a/x11-plugins/wmweather+/wmweather+-2.9.ebuild b/x11-plugins/wmweather+/wmweather+-2.9.ebuild index f48efbd43285..5b36d9141b0a 100644 --- a/x11-plugins/wmweather+/wmweather+-2.9.ebuild +++ b/x11-plugins/wmweather+/wmweather+-2.9.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/wmweather+-2.9.ebuild,v 1.9 2006/10/25 10:37:22 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/wmweather+-2.9.ebuild,v 1.10 2007/01/22 11:15:43 s4t4n Exp $ + +inherit flag-o-matic IUSE="" DESCRIPTION="A dockapp for displaying data collected from METAR, AVN, ETA, and MRF forecasts" @@ -16,6 +18,13 @@ DEPEND="x11-wm/windowmaker net-libs/libwww x11-libs/libXpm" +src_compile() { + append-flags "-fno-optimize-sibling-calls" + + econf || die + emake || die +} + src_install() { dobin wmweather+ dodoc ChangeLog HINTS README example.conf |