diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-18 08:47:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-18 08:47:31 +0000 |
commit | 03cf2e0916b5eadaaa5d50ad8034f0f648102053 (patch) | |
tree | 2e7efe898622c1415ef112d3cb11991db31f4790 /games/kartofel/Makefile | |
parent | 0d005beba9e28875a2ea08dc3dd55d446547630a (diff) | |
download | ports-03cf2e0916b5eadaaa5d50ad8034f0f648102053.tar.gz ports-03cf2e0916b5eadaaa5d50ad8034f0f648102053.zip |
Notes
Diffstat (limited to 'games/kartofel/Makefile')
-rw-r--r-- | games/kartofel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/kartofel/Makefile b/games/kartofel/Makefile index 5de6a9ebcaf0..405956f82f22 100644 --- a/games/kartofel/Makefile +++ b/games/kartofel/Makefile @@ -13,12 +13,13 @@ COMMENT= Connect the dots in order without crossing over yourself LIB_DEPENDS= libcurl.so:ftp/curl -USES= gmake +USES= compiler gmake USE_SDL= sdl gfx mixer image ttf ALL_TARGET= default -CXXFLAGS+= -Wno-c++11-narrowing +CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} +CXXFLAGS_clang= -Wno-c++11-narrowing DATA_DIRS= sounds fonts music images levels |