diff options
| -rw-r--r-- | devel/sdl2pp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/sdl2pp/Makefile b/devel/sdl2pp/Makefile index 2127f3e260b1..e0f1d0d12f57 100644 --- a/devel/sdl2pp/Makefile +++ b/devel/sdl2pp/Makefile @@ -16,7 +16,7 @@ GH_ACCOUNT= AMDmi3 GH_PROJECT= libSDL2pp USES= compiler:c++11-lib cmake -CMAKE_ARGS= -DRUN_GUI_TESTS=OFF \ +CMAKE_ARGS= -DSDL2PP_ENABLE_LIVE_TESTS=OFF \ -DSDL2PP_WITH_WERROR=ON USE_SDL= sdl2 image2 mixer2 ttf2 |
