svn commit: r482570 - head/x11-toolkits/qml-box2d

Tobias C. Berner tcberner at FreeBSD.org
Sat Oct 20 15:45:31 UTC 2018


Author: tcberner
Date: Sat Oct 20 15:45:30 2018
New Revision: 482570
URL: https://svnweb.freebsd.org/changeset/ports/482570

Log:
  x11-toolkits/qml-box2d: fix build with GCC-based architectures
  
  PR:		232446
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/x11-toolkits/qml-box2d/Makefile

Modified: head/x11-toolkits/qml-box2d/Makefile
==============================================================================
--- head/x11-toolkits/qml-box2d/Makefile	Sat Oct 20 15:45:05 2018	(r482569)
+++ head/x11-toolkits/qml-box2d/Makefile	Sat Oct 20 15:45:30 2018	(r482570)
@@ -7,7 +7,7 @@ CATEGORIES=	x11-toolkits
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	QML Box2D plugin
 
-USES=		qmake:outsource qt:5
+USES=		compiler:c++11-lang qmake:outsource qt:5
 USE_GITHUB=	yes
 GH_TAGNAME=	21e57f
 USE_GL=		gl


More information about the svn-ports-all mailing list