pkgsrc-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/f930b5b4c876
branches: trunk
changeset: 330213:f930b5b4c876
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Mon Feb 25 09:21:36 2019 +0000
description:
libgit2: Requires C99.
diffstat:
devel/libgit2/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r e20bc095d509 -r f930b5b4c876 devel/libgit2/Makefile
--- a/devel/libgit2/Makefile Mon Feb 25 09:20:53 2019 +0000
+++ b/devel/libgit2/Makefile Mon Feb 25 09:21:36 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2019/02/24 10:15:26 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2019/02/25 09:21:36 jperkin Exp $
DISTNAME= libgit2-0.28.1
CATEGORIES= devel
@@ -11,8 +11,9 @@
LICENSE= gnu-gpl-v2 # linking exception (linking allowed in more ways)
EXTRACT_USING= bsdtar
+USE_CMAKE= yes
+USE_LANGUAGES= c99
USE_TOOLS+= pkg-config
-USE_CMAKE= yes
PKGCONFIG_OVERRIDE+= libgit2.pc.in
Home |
Main Index |
Thread Index |
Old Index