aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2018-10-21 00:42:46 +0800
committertcberner <tcberner@FreeBSD.org>2018-10-21 00:42:46 +0800
commit100a1f8d66c952c25e19fcb84d7609e4a13357f9 (patch)
tree638b99d0e1e5092068d4a365e9f222cf90eb9611 /graphics
parent2d10a0eb5e850567278bd1126754807f4fa0498c (diff)
downloadfreebsd-ports-gnome-100a1f8d66c952c25e19fcb84d7609e4a13357f9.tar.gz
freebsd-ports-gnome-100a1f8d66c952c25e19fcb84d7609e4a13357f9.tar.zst
freebsd-ports-gnome-100a1f8d66c952c25e19fcb84d7609e4a13357f9.zip
graphics/qt5-graphicaleffects: fix build with GCC-based architectures
PR: 232253 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/qt5-graphicaleffects/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/qt5-graphicaleffects/Makefile b/graphics/qt5-graphicaleffects/Makefile
index 78b324b03321..ba3f358a4308 100644
--- a/graphics/qt5-graphicaleffects/Makefile
+++ b/graphics/qt5-graphicaleffects/Makefile
@@ -10,7 +10,7 @@ COMMENT= Qt Quick graphical effects
BROKEN_armv6= fails to install: pkg-static: Unable to access file DropShadowBase.qmlc: No such file or directory
-USES= qmake qt-dist:5,graphicaleffects
+USES= compiler:c++11-lang qmake qt-dist:5,graphicaleffects
USE_QT= buildtools_build core gui quick qml
.include <bsd.port.mk>