Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2018 16:30:30 +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: r482595 - head/devel/qt5-qdoc
Message-ID:  <201810201630.w9KGUU7Y075493@repo.freebsd.org>

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

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

Modified:
  head/devel/qt5-qdoc/Makefile

Modified: head/devel/qt5-qdoc/Makefile
==============================================================================
--- head/devel/qt5-qdoc/Makefile	Sat Oct 20 16:28:58 2018	(r482594)
+++ head/devel/qt5-qdoc/Makefile	Sat Oct 20 16:30:30 2018	(r482595)
@@ -11,7 +11,7 @@ COMMENT=	Qt documentation generator
 BUILD_DEPENDS=	llvm60>=0:devel/llvm60
 RUN_DEPENDS=	llvm60>=0:devel/llvm60
 
-USES=		qmake qt-dist:5,tools
+USES=		compiler:c++11-lang qmake qt-dist:5,tools
 USE_QT=		core qml buildtools_build qdoc-data_run
 
 BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}



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