diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-22 05:30:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-22 05:30:31 +0000 |
commit | aecf049634efea8555a526b9072fbb9f0a7c2a89 (patch) | |
tree | ee1202c5a5464562474562e70212261185323b7d /games/violetland | |
parent | bb337a85ebe5bb223ca472e87bfc310e7e7e1070 (diff) |
Notes
Diffstat (limited to 'games/violetland')
-rw-r--r-- | games/violetland/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/violetland/Makefile b/games/violetland/Makefile index ee01b01a9a7b..40e5c8c60020 100644 --- a/games/violetland/Makefile +++ b/games/violetland/Makefile @@ -20,13 +20,14 @@ USE_GITHUB= yes GH_ACCOUNT= ooxi GH_TUPLE= jarro2783:CMake-Gettext:6ee6405:cmakegettext/lib/CMake-Gettext -USES= cmake gettext +USES= cmake compiler:c++11-lang gettext USE_SDL= sdl mixer image ttf USE_GL= gl glu CMAKE_ARGS= -DDATA_INSTALL_DIR="${DATADIR}" \ -DLOCALE_INSTALL_DIR="${PREFIX}/share/locale" -CXXFLAGS+= -Wno-c++11-narrowing +CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} +CXXFLAGS_clang= -Wno-c++11-narrowing PORTDOCS= * PORTDATA= * |