Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2018 16:20:28 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482590 - head/graphics/qt5-3d
Message-ID:  <201810201620.w9KGKSBh069575@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201620.w9KGKSBh069575>