diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-04-04 17:38:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-04-04 17:38:10 +0000 |
commit | c1a541e10b6da4e977a1c56303ca18763254bc5e (patch) | |
tree | bd99c1f9fd4d9ff682c82dc5739770a4ca386b18 /games/brainparty | |
parent | f390ea6077c7f2203c80030dda537ba49703381a (diff) | |
download | ports-c1a541e10b6da4e977a1c56303ca18763254bc5e.tar.gz ports-c1a541e10b6da4e977a1c56303ca18763254bc5e.zip |
Notes
Diffstat (limited to 'games/brainparty')
-rw-r--r-- | games/brainparty/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/brainparty/Makefile b/games/brainparty/Makefile index 4c721be25598..887cef2ac1fe 100644 --- a/games/brainparty/Makefile +++ b/games/brainparty/Makefile @@ -15,11 +15,12 @@ COMMENT= Family-friendly set of 36 puzzle games LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake +USES= compiler gmake USE_SDL= sdl mixer ttf gfx image USE_GL= gl glu -CXXFLAGS+= -Wno-c++11-narrowing +CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} +CXXFLAGS_clang= -Wno-c++11-narrowing WRKSRC= ${WRKDIR}/${PORTNAME} |