View | Details | Raw Unified | Return to bug 236814
Collapse All | Expand All

(-)devel/grv/files/patch-src_gopkg.in_libgit2_git2go.v27_git__dynamic.go (+14 lines)
Line 0 Link Here
1
Temporarily disable libgit2 version check in git2go until v0.28 tag is added.
2
Upstream issue: https://github.com/libgit2/git2go/issues/502
3
--- src/gopkg.in/libgit2/git2go.v27/git_dynamic.go.orig	2019-03-23 19:12:03 UTC
4
+++ src/gopkg.in/libgit2/git2go.v27/git_dynamic.go
5
@@ -6,9 +6,5 @@ package git
6
 #include <git2.h>
7
 #cgo pkg-config: libgit2
8
 
9
-#if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 27
10
-# error "Invalid libgit2 version; this git2go supports libgit2 v0.27"
11
-#endif
12
-
13
 */
14
 import "C"

Return to bug 236814