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:
Piotr Kubaj 2020-08-04 14:25:29 +00:00
parent f9b962e197
commit 41acfef946
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544170

View File

@ -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