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:
parent
c181e5cbd7
commit
74b769bd59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544812
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user