mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
multimedia/opentoonz: add compiler:c++11-lang to USES to fix build
on GCC-based architectures: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.
This commit is contained in:
parent
1538fc2c8d
commit
de9bd29d2b
@ -19,7 +19,8 @@ LIB_DEPENDS= libgslcblas.so:math/gsl \
|
||||
libsuperlu.so:math/superlu \
|
||||
libturbojpeg.so:graphics/libjpeg-turbo
|
||||
|
||||
USES= cmake:noninja gettext-runtime gl gnome jpeg pkgconfig qt:5
|
||||
USES= cmake:noninja compiler:c++11-lang gettext-runtime gl \
|
||||
gnome jpeg pkgconfig qt:5
|
||||
USE_GITHUB= yes
|
||||
USE_GL= gl glew glu glut
|
||||
USE_GNOME= glib20
|
||||
|
Loading…
Reference in New Issue
Block a user