svn commit: r482590 - head/graphics/qt5-3d

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


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

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

Modified:
  head/graphics/qt5-3d/Makefile

Modified: head/graphics/qt5-3d/Makefile
==============================================================================
--- head/graphics/qt5-3d/Makefile	Sat Oct 20 16:19:12 2018	(r482589)
+++ head/graphics/qt5-3d/Makefile	Sat Oct 20 16:20:27 2018	(r482590)
@@ -10,7 +10,7 @@ COMMENT=	Qt3D module
 
 LIB_DEPENDS=	libassimp.so:multimedia/assimp
 
-USES=		pkgconfig qmake:norecursive qt-dist:5,3d
+USES=		compiler:c++11-lang pkgconfig qmake:norecursive qt-dist:5,3d
 USE_QT=		concurrent core gui network qml quick buildtools_build
 
 USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}


More information about the svn-ports-all mailing list