From 062a7bee4667dea4278fd450f1553aa93ead6934 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Tue, 9 Oct 2018 14:41:16 +0300 Subject: [PATCH] OpenArena: enable build --- games-fps/openarena/openarena-0.8.9~git.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-fps/openarena/openarena-0.8.9~git.recipe b/games-fps/openarena/openarena-0.8.9~git.recipe index 2daad34ac..98cc7b9c3 100644 --- a/games-fps/openarena/openarena-0.8.9~git.recipe +++ b/games-fps/openarena/openarena-0.8.9~git.recipe @@ -52,7 +52,7 @@ BUILD_PREREQUIRES=" BUILD() { - echo make $jobArgs USE_LOCAL_HEADERS=0 + make $jobArgs USE_LOCAL_HEADERS=0 } INSTALL()