Add compiler:c++11-lang to USES to fix build on GCC-based systens:

configure: error: Cannot find acceptable GtkGlExt version.
This commit is contained in:
Mark Linimon 2020-05-29 21:52:19 +00:00
parent 9f6f355375
commit 5088e6e736
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536996

View file

@ -13,7 +13,7 @@ COMMENT= Simple 3D editor
LIB_DEPENDS= lib3ds.so:graphics/lib3ds \
libgtkglext-x11-1.0.so:x11-toolkits/gtkglext
USES= gl gmake gnome pkgconfig python
USES= compiler:c++11-lang gl gmake gnome pkgconfig python
USE_GL= gl
USE_GNOME= gtk20
GNU_CONFIGURE= yes