Building this port with base GCC fails -- a newer compiler is needed.
Add USES=compiler:c++11-lang to fix it. While here, add USES=gl. PR: 231988 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
88558fd143
commit
ecd40bbc0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484218
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 \
|
|||
libpng.so:graphics/png \
|
||||
libcurl.so:ftp/curl
|
||||
|
||||
USES= autoreconf pkgconfig:build tar:xz
|
||||
USES= autoreconf compiler:c++11-lang pkgconfig:build tar:xz
|
||||
USE_XORG= x11
|
||||
USE_SDL= sdl2 gfx2 image2 mixer2 net2 ttf2
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -28,6 +28,7 @@ OPTIONS_DEFAULT= OPENGL
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
OPENGL_CONFIGURE_WITH= opengl
|
||||
OPENGL_USES= gl
|
||||
OPENGL_USE= GL=gl
|
||||
|
||||
NLS_USES= gettext
|
||||
|
|
Loading…
Reference in a new issue