svn commit: r405190 - branches/2016Q1/net-im/teamwords
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Jan 3 21:29:36 UTC 2016
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"
More information about the svn-ports-branches
mailing list