svn commit: r483283 - head/net-p2p/transmission-qt

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 11:41:46 UTC 2018


Author: linimon
Date: Sun Oct 28 11:41:45 2018
New Revision: 483283
URL: https://svnweb.freebsd.org/changeset/ports/483283

Log:
  Fix build with GCC-based architectures.
  
  PR:		231951
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net-p2p/transmission-qt/Makefile

Modified: head/net-p2p/transmission-qt/Makefile
==============================================================================
--- head/net-p2p/transmission-qt/Makefile	Sun Oct 28 11:37:47 2018	(r483282)
+++ head/net-p2p/transmission-qt/Makefile	Sun Oct 28 11:41:45 2018	(r483283)
@@ -28,6 +28,8 @@ USE_QT=		buildtools_build linguisttools_build qmake_bu
 CMAKE_ON=	USE_QT5
 .endif
 
+USES+=		compiler:c++11-lang
+
 MASTERDIR=	${.CURDIR}/../transmission-cli
 DESCR=		${.CURDIR}/pkg-descr
 PLIST=		${.CURDIR}/pkg-plist


More information about the svn-ports-all mailing list