diff options
author | 2011-11-05 10:59:19 +0000 | |
---|---|---|
committer | 2011-11-05 10:59:19 +0000 | |
commit | c001a707e2714a4b5e62953a057ff4d543b74bbe (patch) | |
tree | 6bfb61766730a9a850b48eb42df6b679a47c4704 /games-strategy/openxcom/openxcom-9999.ebuild | |
parent | Stable on amd64 wrt bug #389583 (diff) | |
download | historical-c001a707e2714a4b5e62953a057ff4d543b74bbe.tar.gz historical-c001a707e2714a4b5e62953a057ff4d543b74bbe.tar.bz2 historical-c001a707e2714a4b5e62953a057ff4d543b74bbe.zip |
Disable werror.
Package-Manager: portage-2.2.0_alpha72/cvs/Linux x86_64
Diffstat (limited to 'games-strategy/openxcom/openxcom-9999.ebuild')
-rw-r--r-- | games-strategy/openxcom/openxcom-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-strategy/openxcom/openxcom-9999.ebuild b/games-strategy/openxcom/openxcom-9999.ebuild index 6856012fb5ee..a7e715f8c886 100644 --- a/games-strategy/openxcom/openxcom-9999.ebuild +++ b/games-strategy/openxcom/openxcom-9999.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/games-strategy/openxcom/openxcom-9999.ebuild,v 1.1 2011/10/19 13:27:24 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/openxcom/openxcom-9999.ebuild,v 1.2 2011/11/05 10:59:19 scarabeus Exp $ EAPI=3 @@ -31,7 +31,8 @@ src_prepare() { } src_configure() { - egamesconf + egamesconf \ + --disable-werror } src_install() { |