summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/wesnoth/wesnoth-1.18.0.ebuild')
-rw-r--r--games-strategy/wesnoth/wesnoth-1.18.0.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.18.0.ebuild b/games-strategy/wesnoth/wesnoth-1.18.0.ebuild
index eb3ae4211e88..ba33c9b827a8 100644
--- a/games-strategy/wesnoth/wesnoth-1.18.0.ebuild
+++ b/games-strategy/wesnoth/wesnoth-1.18.0.ebuild
@@ -92,6 +92,11 @@ src_configure() {
cmake_src_configure
}
+src_test() {
+ # Allow SDL_Mixer test to pass, bug #931551
+ SDL_AUDIODRIVER=dummy cmake_src_test
+}
+
src_install() {
local DOCS=( README.md changelog.md )
cmake_src_install