Date: Sat, 6 Oct 2018 16:12:31 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481374 - head/misc/qt5ct Message-ID: <201810061612.w96GCVFO037403@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Oct 6 16:12:30 2018 New Revision: 481374 URL: https://svnweb.freebsd.org/changeset/ports/481374 Log: misc/qt5ct: fix build on GCC-based architectures PR: 232001 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/misc/qt5ct/Makefile Modified: head/misc/qt5ct/Makefile ============================================================================== --- head/misc/qt5ct/Makefile Sat Oct 6 16:08:43 2018 (r481373) +++ head/misc/qt5ct/Makefile Sat Oct 6 16:12:30 2018 (r481374) @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gettext-runtime qmake qt:5 tar:bz2 +USES= compiler:c++11-lang gettext-runtime qmake qt:5 tar:bz2 USE_QT= core dbus gui svg widgets buildtools_build \ linguisttools_build USE_GL= egl gl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810061612.w96GCVFO037403>