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:           Mon Feb 25 09:21:36 UTC 2019

Modified Files:
        pkgsrc/devel/libgit2: Makefile

Log Message:
libgit2: Requires C99.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 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.33 pkgsrc/devel/libgit2/Makefile:1.34
--- pkgsrc/devel/libgit2/Makefile:1.33  Sun Feb 24 10:15:26 2019
+++ pkgsrc/devel/libgit2/Makefile       Mon Feb 25 09:21:36 2019
@@ -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 @@ COMMENT=      Portable, pure C implementation
 LICENSE=       gnu-gpl-v2 # linking exception (linking allowed in more ways)
 
 EXTRACT_USING= bsdtar
-USE_TOOLS+=    pkg-config
 USE_CMAKE=     yes
+USE_LANGUAGES= c99
+USE_TOOLS+=    pkg-config
 
 PKGCONFIG_OVERRIDE+=   libgit2.pc.in
 



Home | Main Index | Thread Index | Old Index