pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libgit2
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Aug 25 16:21:59 UTC 2020
Modified Files:
pkgsrc/devel/libgit2: Makefile
Log Message:
libgit2: Requires C99.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/libgit2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libgit2/Makefile
diff -u pkgsrc/devel/libgit2/Makefile:1.49 pkgsrc/devel/libgit2/Makefile:1.50
--- pkgsrc/devel/libgit2/Makefile:1.49 Tue Jun 9 11:04:56 2020
+++ pkgsrc/devel/libgit2/Makefile Tue Aug 25 16:21:58 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2020/06/09 11:04:56 nia Exp $
+# $NetBSD: Makefile,v 1.50 2020/08/25 16:21:58 jperkin Exp $
DISTNAME= libgit2-1.0.1
CATEGORIES= devel
@@ -11,6 +11,7 @@ COMMENT= Portable, pure C implementation
LICENSE= gnu-gpl-v2 # linking exception (linking allowed in more ways)
USE_CMAKE= yes
+USE_LANGUAGES= c99
USE_TOOLS+= pkg-config
CMAKE_ARGS+= -DREGEX_BACKEND="pcre2"
Home |
Main Index |
Thread Index |
Old Index