svn commit: r405189 - head/net-im/teamwords

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Jan 3 21:28:53 UTC 2016


Author: rakuco
Date: Sun Jan  3 21:28:52 2016
New Revision: 405189
URL: https://svnweb.freebsd.org/changeset/ports/405189

Log:
  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.

Modified:
  head/net-im/teamwords/Makefile

Modified: head/net-im/teamwords/Makefile
==============================================================================
--- head/net-im/teamwords/Makefile	Sun Jan  3 21:26:24 2016	(r405188)
+++ head/net-im/teamwords/Makefile	Sun Jan  3 21:28:52 2016	(r405189)
@@ -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"
 


More information about the svn-ports-head mailing list