diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-07 03:13:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-07 03:13:41 +0000 |
commit | dd4cb556984874734a399b38deb8d9ebb8f059e6 (patch) | |
tree | c771b462938795314db78aedb50605071125c804 /games-strategy/wesnoth | |
parent | Version bump (diff) | |
download | gentoo-2-dd4cb556984874734a399b38deb8d9ebb8f059e6.tar.gz gentoo-2-dd4cb556984874734a399b38deb8d9ebb8f059e6.tar.bz2 gentoo-2-dd4cb556984874734a399b38deb8d9ebb8f059e6.zip |
Expose the actual build commands to confirm proper behavior
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.8.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index 103c71da7f9e..4733bb190575 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/wesnoth # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.175 2010/04/02 15:27:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.176 2010/04/07 03:13:41 mr_bones_ Exp $ + + 07 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> wesnoth-1.8.ebuild: + Expose the actual build commands to confirm proper behavior 02 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> wesnoth-1.8.ebuild: Clamp amd64 to the one version of boost that works for them. diff --git a/games-strategy/wesnoth/wesnoth-1.8.ebuild b/games-strategy/wesnoth/wesnoth-1.8.ebuild index 9b75c340dfd7..024b17152107 100644 --- a/games-strategy/wesnoth/wesnoth-1.8.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.8.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/games-strategy/wesnoth/wesnoth-1.8.ebuild,v 1.6 2010/04/03 23:44:52 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.8.ebuild,v 1.7 2010/04/07 03:13:41 mr_bones_ Exp $ EAPI=2 inherit cmake-utils eutils multilib toolchain-funcs flag-o-matic games @@ -98,6 +98,7 @@ src_configure() { $(cmake-utils_use_enable nls NLS) $(cmake-utils_use_enable dbus NOTIFICATIONS) "-DGUI=$(use tinygui && echo tiny || echo normal)" + "-DCMAKE_VERBOSE_MAKEFILE=TRUE" "-DENABLE_FRIBIDI=FALSE" "-DENABLE_STRICT_COMPILATION=FALSE" "-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}" |