Date: Mon, 3 Oct 2016 06:53:46 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423169 - head/devel/ucommon Message-ID: <201610030653.u936rkYd079746@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Oct 3 06:53:46 2016 New Revision: 423169 URL: https://svnweb.freebsd.org/changeset/ports/423169 Log: devel/ucommon: unbreak on 9.x test/string.cpp:135: error: integer constant is too large for 'long' type Reported by: pkg-fallout Modified: head/devel/ucommon/Makefile (contents, props changed) Modified: head/devel/ucommon/Makefile ============================================================================== --- head/devel/ucommon/Makefile Mon Oct 3 06:53:31 2016 (r423168) +++ head/devel/ucommon/Makefile Mon Oct 3 06:53:46 2016 (r423169) @@ -12,7 +12,7 @@ COMMENT= Very lightweight C++ design pat LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -USES= cmake:outsource pathfix pkgconfig +USES= compiler:c++11-lib cmake:outsource pathfix pkgconfig CMAKE_ARGS+= -DBUILD_TESTING:BOOL=ON \ -DCMAKE_INSTALL_BINDIR:STRING=bin/${PORTNAME} \ -DCMAKE_INSTALL_MANDIR:STRING=man
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610030653.u936rkYd079746>