aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-10-03 14:53:46 +0800
committerjbeich <jbeich@FreeBSD.org>2016-10-03 14:53:46 +0800
commit9977f86c3ea1cfd0657a1282fada836853aacab1 (patch)
tree7c31431a3d1bd35e7ba6023589ae84f243f6291c /devel
parent11439a3776a6f7404b6f357ab030bffa9cf507cf (diff)
downloadfreebsd-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/Makefile2
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