Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libgit2 libgit2: Requires C99.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2920810a39cd
branches:  trunk
changeset: 437534:2920810a39cd
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Aug 25 16:21:58 2020 +0000

description:
libgit2: Requires C99.

diffstat:

 devel/libgit2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 33b2947d2361 -r 2920810a39cd devel/libgit2/Makefile
--- a/devel/libgit2/Makefile    Tue Aug 25 16:12:53 2020 +0000
+++ b/devel/libgit2/Makefile    Tue Aug 25 16:21:58 2020 +0000
@@ -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 @@
 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