pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/strigi Fix build with latest cppunit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2785c5e44559
branches:  trunk
changeset: 361975:2785c5e44559
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 01 12:54:17 2017 +0000

description:
Fix build with latest cppunit.

diffstat:

 sysutils/strigi/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2c83fd0c95d7 -r 2785c5e44559 sysutils/strigi/Makefile
--- a/sysutils/strigi/Makefile  Mon May 01 11:54:38 2017 +0000
+++ b/sysutils/strigi/Makefile  Mon May 01 12:54:17 2017 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index