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:
parent
9f6f355375
commit
5088e6e736
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536996
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue