Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2016 21:29:34 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r405190 - branches/2016Q1/net-im/teamwords
Message-ID:  <201601032129.u03LTY6e051009@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Jan  3 21:29:34 2016
New Revision: 405190
URL: https://svnweb.freebsd.org/changeset/ports/405190

Log:
  MFH: r405189
  
  Add USES=compiler:c++11-lang to fix the build on 9.x.
  
  The port requires a compiler with C++11 support, and builds with -std=c++11 by
  default. After r405187, it is possible to build a Qt5-based port with
  -std=c++11 and base libstdc++, which means we can finally make the port build
  on 9.x.
  
  Approved by:	portmgr blanket

Modified:
  branches/2016Q1/net-im/teamwords/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/net-im/teamwords/Makefile
==============================================================================
--- branches/2016Q1/net-im/teamwords/Makefile	Sun Jan  3 21:28:52 2016	(r405189)
+++ branches/2016Q1/net-im/teamwords/Makefile	Sun Jan  3 21:29:34 2016	(r405190)
@@ -14,7 +14,7 @@ LICENSE=	LGPL3
 USE_LDCONFIG=	yes
 USE_QT5=	core gui network svg linguist \
 		buildtools x11extras
-USES=		qmake tar:xz
+USES=		compiler:c++11-lang qmake tar:xz
 
 QMAKE_ARGS=	CONFIG+="configure"
 



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