Date: Sun, 28 Oct 2018 13:01:30 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483291 - head/x11-toolkits/qwt6 Message-ID: <201810281301.w9SD1UxF045581@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Oct 28 13:01:30 2018 New Revision: 483291 URL: https://svnweb.freebsd.org/changeset/ports/483291 Log: Fix build with GCC-based architectures. PR: 232400 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/x11-toolkits/qwt6/Makefile Modified: head/x11-toolkits/qwt6/Makefile ============================================================================== --- head/x11-toolkits/qwt6/Makefile Sun Oct 28 12:58:11 2018 (r483290) +++ head/x11-toolkits/qwt6/Makefile Sun Oct 28 13:01:30 2018 (r483291) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810281301.w9SD1UxF045581>