graphics/ftgl: fix build on GCC architectures
Use C++11 compiler: ./FTGL/FTLibrary.h:137: error: ISO C++ forbids declaration of 'atomic' with no type
This commit is contained in:
parent
f9b962e197
commit
41acfef946
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544170
@ -18,7 +18,8 @@ LIB_DEPENDS= libfreetype.so:print/freetype2
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= frankheckenbach
|
||||
|
||||
USES= autoreconf gl pathfix gmake libtool pkgconfig xorg
|
||||
USES= autoreconf compiler:c++11-lang gl pathfix gmake libtool \
|
||||
pkgconfig xorg
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-gl-inc="${LOCALBASE}/include" \
|
||||
--without-glut-inc
|
||||
|
Loading…
Reference in New Issue
Block a user