diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-10-03 14:53:46 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-10-03 14:53:46 +0800 |
commit | 9977f86c3ea1cfd0657a1282fada836853aacab1 (patch) | |
tree | 7c31431a3d1bd35e7ba6023589ae84f243f6291c /devel | |
parent | 11439a3776a6f7404b6f357ab030bffa9cf507cf (diff) | |
download | freebsd-ports-gnome-9977f86c3ea1cfd0657a1282fada836853aacab1.tar.gz freebsd-ports-gnome-9977f86c3ea1cfd0657a1282fada836853aacab1.tar.zst freebsd-ports-gnome-9977f86c3ea1cfd0657a1282fada836853aacab1.zip |
devel/ucommon: unbreak on 9.x
test/string.cpp:135: error: integer constant is too large for 'long' type
Reported by: pkg-fallout
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ucommon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ucommon/Makefile b/devel/ucommon/Makefile index a92c9219d5b4..94a5b069556f 100644 --- a/devel/ucommon/Makefile +++ b/devel/ucommon/Makefile @@ -12,7 +12,7 @@ COMMENT= Very lightweight C++ design pattern library 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 |