svn commit: r482580 - head/x11-themes/qt5-style-plugins

Tobias C. Berner tcberner at FreeBSD.org
Sat Oct 20 16:08:53 UTC 2018


Author: tcberner
Date: Sat Oct 20 16:08:52 2018
New Revision: 482580
URL: https://svnweb.freebsd.org/changeset/ports/482580

Log:
  x11-themes/qt5-style-plugins: fix build with GCC-based architectures
  
  PR:		232404
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/x11-themes/qt5-style-plugins/Makefile

Modified: head/x11-themes/qt5-style-plugins/Makefile
==============================================================================
--- head/x11-themes/qt5-style-plugins/Makefile	Sat Oct 20 16:00:36 2018	(r482579)
+++ head/x11-themes/qt5-style-plugins/Makefile	Sat Oct 20 16:08:52 2018	(r482580)
@@ -14,7 +14,7 @@ COMMENT=	Additional Styles for Qt 5 and KDE
 
 LICENSE=	LGPL21
 
-USES=		qmake qt:5
+USES=		compiler:c++11-lang gl qmake qt:5
 USE_QT=		buildtools_build core gui widgets
 USE_GL+=	gl
 


More information about the svn-ports-all mailing list