diff options
Diffstat (limited to 'games-arcade/supertux/supertux-0.4.0.ebuild')
-rw-r--r-- | games-arcade/supertux/supertux-0.4.0.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games-arcade/supertux/supertux-0.4.0.ebuild b/games-arcade/supertux/supertux-0.4.0.ebuild index a0a22e745f89..10bed6d64195 100644 --- a/games-arcade/supertux/supertux-0.4.0.ebuild +++ b/games-arcade/supertux/supertux-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -27,6 +27,10 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/${P}-{obstack,tinygettext,squirrel,desktop,flags,license,icon}.patch ) +src_prepare() { + cmake-utils_src_prepare +} + src_configure() { local mycmakeargs=( -DWERROR=OFF |