svn commit: r482585 - head/devel/qt5-scxml
Tobias C. Berner
tcberner at FreeBSD.org
Sat Oct 20 16:13:41 UTC 2018
Author: tcberner
Date: Sat Oct 20 16:13:40 2018
New Revision: 482585
URL: https://svnweb.freebsd.org/changeset/ports/482585
Log:
devel/qt5-scxml: fix build with GCC-based architectures
PR: 232399
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl>
Modified:
head/devel/qt5-scxml/Makefile
Modified: head/devel/qt5-scxml/Makefile
==============================================================================
--- head/devel/qt5-scxml/Makefile Sat Oct 20 16:11:28 2018 (r482584)
+++ head/devel/qt5-scxml/Makefile Sat Oct 20 16:13:40 2018 (r482585)
@@ -9,7 +9,7 @@ MAINTAINER= kde at FreeBSD.org
COMMENT= Qt5 SXCML module
USE_QT= core network qml buildtools_build
-USES= qmake qt-dist:5,scxml
+USES= compiler:c++11-lang qmake qt-dist:5,scxml
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list