pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc Needs C++11.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f620a6c9319a
branches: trunk
changeset: 362188:f620a6c9319a
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Mon May 08 12:02:06 2017 +0000
description:
Needs C++11.
diffstat:
textproc/xapian-omega/Makefile | 4 ++--
textproc/xapian/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 61f42d509299 -r f620a6c9319a textproc/xapian-omega/Makefile
--- a/textproc/xapian-omega/Makefile Mon May 08 10:25:29 2017 +0000
+++ b/textproc/xapian-omega/Makefile Mon May 08 12:02:06 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2017/01/01 10:41:03 schmonz Exp $
+# $NetBSD: Makefile,v 1.34 2017/05/08 12:02:06 schmonz Exp $
DISTNAME= xapian-omega-${VERSION}
VERSION= 1.4.2
@@ -14,7 +14,7 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
USE_LIBTOOL= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
USE_TOOLS+= perl:run
TEST_TARGET= check
diff -r 61f42d509299 -r f620a6c9319a textproc/xapian/Makefile
--- a/textproc/xapian/Makefile Mon May 08 10:25:29 2017 +0000
+++ b/textproc/xapian/Makefile Mon May 08 12:02:06 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2017/01/01 10:40:49 schmonz Exp $
+# $NetBSD: Makefile,v 1.29 2017/05/08 12:02:16 schmonz Exp $
DISTNAME= xapian-core-${VERSION}
VERSION= 1.4.2
@@ -14,7 +14,7 @@
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
TEST_TARGET= check
Home |
Main Index |
Thread Index |
Old Index