games/zaz: fix build on GCC architectures

Use C++11 compiler:
/usr/local/include/FTGL/FTLibrary.h:137: error: ISO C++ forbids declaration of 'atomic' with no type
This commit is contained in:
Piotr Kubaj 2020-08-13 14:50:22 +00:00
parent c181e5cbd7
commit 74b769bd59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544812

View File

@ -18,7 +18,8 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
libvorbis.so:audio/libvorbis \
libftgl.so:graphics/ftgl
USES= desktop-file-utils gl pkgconfig sdl tar:bzip2
USES= compiler:c++11-lang desktop-file-utils gl pkgconfig sdl \
tar:bzip2
GNU_CONFIGURE= yes
USE_SDL= sdl image
USE_GL= gl glu