diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-12 21:49:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-12 21:49:51 +0000 |
commit | 90afdbb34ec649864eaf02b67398e1c5aff2712a (patch) | |
tree | cdc1df997aec659839e1238c8c94ffe67992bd26 /games-strategy/wesnoth | |
parent | Version bump. (diff) | |
download | gentoo-2-90afdbb34ec649864eaf02b67398e1c5aff2712a.tar.gz gentoo-2-90afdbb34ec649864eaf02b67398e1c5aff2712a.tar.bz2 gentoo-2-90afdbb34ec649864eaf02b67398e1c5aff2712a.zip |
fix bug #88899
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/wesnoth/wesnoth-0.9.0.ebuild b/games-strategy/wesnoth/wesnoth-0.9.0.ebuild index 59a6ffba8a04..2407c172f23e 100644 --- a/games-strategy/wesnoth/wesnoth-0.9.0.ebuild +++ b/games-strategy/wesnoth/wesnoth-0.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.9.0.ebuild,v 1.1 2005/04/11 23:47:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.9.0.ebuild,v 1.2 2005/04/12 21:49:51 mr_bones_ Exp $ inherit eutils flag-o-matic gcc games @@ -36,7 +36,7 @@ src_compile() { S=${WORKDIR}/${PN}-lite-${PV} fi cd "${S}" - filter-flags -ftracer -fomit-frame-pointer + filter-flags -ftracer -fomit-frame-pointer -fstack-protector egamesconf \ --disable-dependency-tracking \ $(use_enable server) \ |