pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/grive Require C++11.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/254d99b3d33b
branches:  trunk
changeset: 363843:254d99b3d33b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jun 17 19:44:37 2017 +0000

description:
Require C++11.

diffstat:

 net/grive/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5f30f694ea9c -r 254d99b3d33b net/grive/Makefile
--- a/net/grive/Makefile        Sat Jun 17 19:44:22 2017 +0000
+++ b/net/grive/Makefile        Sat Jun 17 19:44:37 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/04/30 01:21:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2017/06/17 19:44:37 joerg Exp $
 
 DISTNAME=      ${GHNAME}-${GHDATE}-${GHCOMMIT}
 PKGNAME=       ${GHNAME}-0.3.0.${GHDATE}
@@ -18,7 +18,7 @@
 
 WRKSRC=                ${WRKDIR}/grive-${GHCOMMIT}
 USE_CMAKE=     yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
 
 SUBST_CLASSES+=                disableqt
 SUBST_MESSAGE.disableqt=Disable QT frontend



Home | Main Index | Thread Index | Old Index