From e5680919653e16dfac5e82fcf2eb2431a38d40b7 Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 31 Jul 2013 22:48:51 +0000 Subject: Fix build with clang --- games/hangman/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/hangman/Makefile b/games/hangman/Makefile index c9aa1939045e..ecb037f97912 100644 --- a/games/hangman/Makefile +++ b/games/hangman/Makefile @@ -14,7 +14,8 @@ COMMENT= Challenge your spelling skills in the old western style CONFLICTS= bsdgames-* GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake +USE_CSTD= gnu89 USE_SDL= sdl mixer image ttf CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" -- cgit