Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2018 16:13:41 +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: r482585 - head/devel/qt5-scxml
Message-ID:  <201810201613.w9KGDfiL068610@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Oct 20 16:13:40 2018
New Revision: 482585
URL: https://svnweb.freebsd.org/changeset/ports/482585

Log:
  devel/qt5-scxml: fix build with GCC-based architectures
  
  PR:		232399
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/devel/qt5-scxml/Makefile

Modified: head/devel/qt5-scxml/Makefile
==============================================================================
--- head/devel/qt5-scxml/Makefile	Sat Oct 20 16:11:28 2018	(r482584)
+++ head/devel/qt5-scxml/Makefile	Sat Oct 20 16:13:40 2018	(r482585)
@@ -9,7 +9,7 @@ MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Qt5 SXCML module
 
 USE_QT=		core network qml buildtools_build
-USES=		qmake qt-dist:5,scxml
+USES=		compiler:c++11-lang qmake qt-dist:5,scxml
 USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>



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