git: de9bd29d2b9b - main - multimedia/opentoonz: add compiler:c++11-lang to USES to fix build
Mark Linimon
linimon at FreeBSD.org
Tue Apr 13 09:55:12 UTC 2021
The branch main has been updated by linimon:
URL: https://cgit.FreeBSD.org/ports/commit/?id=de9bd29d2b9b722afd3a52912493bcab18841611
commit de9bd29d2b9b722afd3a52912493bcab18841611
Author: Mark Linimon <linimon at FreeBSD.org>
AuthorDate: 2021-04-13 09:53:11 +0000
Commit: Mark Linimon <linimon at FreeBSD.org>
CommitDate: 2021-04-13 09:53:11 +0000
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.
---
multimedia/opentoonz/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/multimedia/opentoonz/Makefile b/multimedia/opentoonz/Makefile
index 084f3fc8bcc4..362e14cc2dc0 100644
--- a/multimedia/opentoonz/Makefile
+++ b/multimedia/opentoonz/Makefile
@@ -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
More information about the dev-commits-ports-all
mailing list