svn commit: r481374 - head/misc/qt5ct

Tobias C. Berner tcberner at FreeBSD.org
Sat Oct 6 16:12:31 UTC 2018


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 at 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


More information about the svn-ports-all mailing list