Date: Sun, 3 Jan 2016 21:28:52 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405189 - head/net-im/teamwords Message-ID: <201601032128.u03LSquA050850@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601032128.u03LSquA050850>