diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-07-30 11:11:40 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-07-30 11:11:40 +0000 |
commit | a3db0cb8ec7d0c0a1d0f7d0f482a837812033eb3 (patch) | |
tree | 59ed872304c5acb90fa8c7895e66679340dce907 /games/kuklomenos | |
parent | 4f6bece5409e1880b9dbeb2409144e72eeb6b24c (diff) | |
download | ports-a3db0cb8ec7d0c0a1d0f7d0f482a837812033eb3.tar.gz ports-a3db0cb8ec7d0c0a1d0f7d0f482a837812033eb3.zip |
Notes
Diffstat (limited to 'games/kuklomenos')
-rw-r--r-- | games/kuklomenos/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/kuklomenos/Makefile b/games/kuklomenos/Makefile index 14b91b359e69..5220c8f0d99e 100644 --- a/games/kuklomenos/Makefile +++ b/games/kuklomenos/Makefile @@ -19,9 +19,12 @@ OPTIONS_DEFINE= VORBIS OPTIONS_DEFAULT= VORBIS OPTIONS_SUB= yes +USES= compiler USE_SDL= sdl GNU_CONFIGURE= yes +CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} +CXXFLAGS_clang= -Wno-c++11-narrowing CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib |