svn commit: r481247 - head/devel/qjson
Tobias C. Berner
tcberner at FreeBSD.org
Thu Oct 4 20:22:57 UTC 2018
Author: tcberner
Date: Thu Oct 4 20:22:56 2018
New Revision: 481247
URL: https://svnweb.freebsd.org/changeset/ports/481247
Log:
devel/qjson: fix build on GCC-based architectures for qt5 flavor
PR: 231913
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl>
Modified:
head/devel/qjson/Makefile
Modified: head/devel/qjson/Makefile
==============================================================================
--- head/devel/qjson/Makefile Thu Oct 4 20:19:46 2018 (r481246)
+++ head/devel/qjson/Makefile Thu Oct 4 20:22:56 2018 (r481247)
@@ -26,7 +26,7 @@ USE_QT= corelib moc_build qmake_build rcc_build uic_b
CMAKE_ON= QT4_BUILD
PLIST_SUB= QT5="@comment " NO_QT5=""
. else
-USES+= qt:5
+USES+= compiler:c++11-lang qt:5
USE_QT= core buildtools_build qmake_build
CMAKE_OFF= QT4_BUILD
PLIST_SUB= QT5="" NO_QT5="@comment "
More information about the svn-ports-head
mailing list