pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/grive
Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Jun 17 19:44:37 UTC 2017
Modified Files:
        pkgsrc/net/grive: Makefile
Log Message:
Require C++11.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/grive/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/grive/Makefile
diff -u pkgsrc/net/grive/Makefile:1.8 pkgsrc/net/grive/Makefile:1.9
--- pkgsrc/net/grive/Makefile:1.8       Sun Apr 30 01:21:56 2017
+++ pkgsrc/net/grive/Makefile   Sat Jun 17 19:44:37 2017
@@ -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 @@ GHCOMMIT=     27817e835fe115ebbda5410ec904aa
 
 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