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/b44a109d0cc0
branches:  trunk
changeset: 319989:b44a109d0cc0
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 07f5a40904be -r b44a109d0cc0 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