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 | 5ba569c09f5bee4a3e30e2ad048b79ee78f32595 (patch) | |
tree | d6a438589dfbfa7ea341774e13ec3bc2fdccae9d /games-strategy/wesnoth | |
parent | Version bump. (diff) | |
download | historical-5ba569c09f5bee4a3e30e2ad048b79ee78f32595.tar.gz historical-5ba569c09f5bee4a3e30e2ad048b79ee78f32595.tar.bz2 historical-5ba569c09f5bee4a3e30e2ad048b79ee78f32595.zip |
fix bug #88899
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r-- | games-strategy/wesnoth/Manifest | 2 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.9.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest index c677aeaf964a..b859010a1e62 100644 --- a/games-strategy/wesnoth/Manifest +++ b/games-strategy/wesnoth/Manifest @@ -1,5 +1,5 @@ MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 f81eaa1a17dcce533878f264a2fcfbb1 wesnoth-0.9.0.ebuild 1531 +MD5 d5bb29547496f56562edfe9cb5fb44b3 wesnoth-0.9.0.ebuild 1549 MD5 93581e11441f3cd875599dfbea67f87a wesnoth-0.8.10.ebuild 1766 MD5 c3b7385d21ce32866abc499da8dc32b1 wesnoth-0.8.11.ebuild 1611 MD5 d208f328dbecbd13097b5450a746a7e1 ChangeLog 6553 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) \ |