Fix build with GCC-based architectures.

PR:		232400
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2018-10-28 13:01:30 +00:00
parent 57051dc9e8
commit 099ac98929
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483291

View File

@ -13,7 +13,7 @@ COMMENT= Qt Widgets for Technical Applications
FLAVORS= qt4 qt5
FLAVOR?= ${FLAVORS:[1]}
USES= gmake qmake tar:bzip2
USES= gl gmake qmake tar:bzip2
USE_GL= gl
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
@ -28,7 +28,7 @@ QMAKE_ARGS+= PLUGINDIR=${PREFIX}/${QT_PLUGINDIR_REL}
USES+= qt:4
USE_QT= corelib designer gui opengl svg xml moc_build rcc_build script
.else
USES+= qt:5
USES+= compiler:c++11-lang qt:5
USE_QT= buildtools_build widgets gui core designer gui opengl svg xml printsupport concurrent
.endif