pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/kakoune
Module Name: pkgsrc
Committed By: nia
Date: Wed Jul 24 17:43:02 UTC 2019
Modified Files:
pkgsrc/editors/kakoune: Makefile
Log Message:
kakoune: Add c++17 to USE_LANGUAGES
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/kakoune/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/kakoune/Makefile
diff -u pkgsrc/editors/kakoune/Makefile:1.1 pkgsrc/editors/kakoune/Makefile:1.2
--- pkgsrc/editors/kakoune/Makefile:1.1 Wed Jul 24 17:01:02 2019
+++ pkgsrc/editors/kakoune/Makefile Wed Jul 24 17:43:02 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/07/24 17:01:02 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/07/24 17:43:02 nia Exp $
DISTNAME= kakoune-2019.07.01
CATEGORIES= editors
@@ -13,7 +13,7 @@ LICENSE= unlicense
BUILD_DIRS= src
USE_TOOLS+= gmake pkg-config
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++17
# C++17
GCC_REQD+= 7
Home |
Main Index |
Thread Index |
Old Index