summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-05-01 12:54:17 +0000
committerwiz <wiz@pkgsrc.org>2017-05-01 12:54:17 +0000
commitb6f9192f22ef7dcf5f5a66af267931346ad2d960 (patch)
tree038efcc4dfc7b4684d66562331125344098b9b6b /sysutils
parent9cac1a7f4f03137bc62d0e67526f059666a7062d (diff)
downloadpkgsrc-b6f9192f22ef7dcf5f5a66af267931346ad2d960.tar.gz
Fix build with latest cppunit.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/strigi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/strigi/Makefile b/sysutils/strigi/Makefile
index 3d4763045a6..bd33ccf52b3 100644
--- a/sysutils/strigi/Makefile
+++ b/sysutils/strigi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2017/04/30 01:21:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.57 2017/05/01 12:54:17 wiz Exp $
DISTNAME= strigi-0.7.8
PKGREVISION= 18
@@ -18,6 +18,8 @@ USE_CMAKE= yes
PKGCONFIG_OVERRIDE+= src/streamanalyzer/libstreamanalyzer.pc.cmake
PKGCONFIG_OVERRIDE+= src/streams/libstreams.pc.cmake
+CXXFLAGS+= -std=c++11
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD" && exists(/usr/include/sys/pset.h)
RT_LIB_SCHED= -lrt