From: James Le Cuirot Date: Mon, 9 Sep 2019 21:39:04 +0000 (+0100) Subject: games-engines/odamex: Fix building with wxWidgets installed X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=451e6219d1cadf0c86d59a9433befef687a9fc5f;p=gentoo.git games-engines/odamex: Fix building with wxWidgets installed Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: James Le Cuirot --- diff --git a/games-engines/odamex/odamex-0.8.1.ebuild b/games-engines/odamex/odamex-0.8.1.ebuild index 8cfa9cbee75a..95857353ea27 100644 --- a/games-engines/odamex/odamex-0.8.1.ebuild +++ b/games-engines/odamex/odamex-0.8.1.ebuild @@ -40,7 +40,7 @@ PATCHES=( src_prepare() { rm -r libraries/libminiupnpc odamex.wad || die - setup-wxwidgets + use odalaunch && setup-wxwidgets cmake-utils_src_prepare }