svn commit: r482599 - head/graphics/qt5-graphicaleffects

Tobias C. Berner tcberner at FreeBSD.org
Sat Oct 20 16:42:47 UTC 2018


Author: tcberner
Date: Sat Oct 20 16:42:46 2018
New Revision: 482599
URL: https://svnweb.freebsd.org/changeset/ports/482599

Log:
  graphics/qt5-graphicaleffects: fix build with GCC-based architectures
  
  PR:		232253
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/graphics/qt5-graphicaleffects/Makefile

Modified: head/graphics/qt5-graphicaleffects/Makefile
==============================================================================
--- head/graphics/qt5-graphicaleffects/Makefile	Sat Oct 20 16:36:10 2018	(r482598)
+++ head/graphics/qt5-graphicaleffects/Makefile	Sat Oct 20 16:42:46 2018	(r482599)
@@ -10,7 +10,7 @@ COMMENT=	Qt Quick graphical effects
 
 BROKEN_armv6=		fails to install: pkg-static: Unable to access file DropShadowBase.qmlc: No such file or directory
 
-USES=		qmake qt-dist:5,graphicaleffects
+USES=		compiler:c++11-lang qmake qt-dist:5,graphicaleffects
 USE_QT=		buildtools_build core gui quick qml
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list