pkgsrc-WIP-changes archive

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

helix: add c



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Fri Apr 1 12:28:07 2022 +0200
Changeset:	5b465386d9c49feccc87049e82de6844f1ad549a

Modified Files:
	helix/Makefile

Log Message:
helix: add c

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5b465386d9c49feccc87049e82de6844f1ad549a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 helix/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/helix/Makefile b/helix/Makefile
index 1055761f9f..ed2fdd9599 100644
--- a/helix/Makefile
+++ b/helix/Makefile
@@ -319,7 +319,7 @@ COMMENT=	Editor inspired by kakoune / neovim
 # Additionally, the tree-sitter sources have various licenses.
 LICENSE=	mpl-2.0
 WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${DISTNAME}
-USE_LANGUAGES+=	c++
+USE_LANGUAGES+=	c c++
 
 INSTALLATION_DIRS+=	share/helix/runtime/grammars
 


Home | Main Index | Thread Index | Old Index