diff options
Diffstat (limited to 'app-emulation/pcem/pcem-17.ebuild')
-rw-r--r-- | app-emulation/pcem/pcem-17.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-emulation/pcem/pcem-17.ebuild b/app-emulation/pcem/pcem-17.ebuild index 71bb036ec266..02406aa065d4 100644 --- a/app-emulation/pcem/pcem-17.ebuild +++ b/app-emulation/pcem/pcem-17.ebuild @@ -3,9 +3,8 @@ EAPI=7 -inherit autotools desktop flag-o-matic wxwidgets - WX_GTK_VER="3.0-gtk3" +inherit autotools desktop flag-o-matic wxwidgets DESCRIPTION="A PC emulator that specializes in running old operating systems and software" HOMEPAGE=" @@ -41,6 +40,8 @@ src_prepare() { } src_configure() { + setup-wxwidgets + # Does not compile with -fno-common. # See https://pcem-emulator.co.uk/phpBB3/viewtopic.php?f=3&t=3443 append-cflags -fcommon @@ -49,6 +50,7 @@ src_configure() { --enable-release-build $(use_enable alsa) $(use_enable networking) + --with-wx-config="${WX_CONFIG}" ) econf "${myeconfargs[@]}" |