aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pygit2/files/patch-src_types.h
blob: 4bfc3c6e8a95e1347a76feebd1e30916ef01792d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/types.h.orig	2021-09-09 11:47:02 UTC
+++ src/types.h
@@ -32,8 +32,8 @@
 #include <Python.h>
 #include <git2.h>
 
-#if !(LIBGIT2_VER_MAJOR == 1 && LIBGIT2_VER_MINOR == 1)
-#error You need a compatible libgit2 version (1.1.x)
+#if !(LIBGIT2_VER_MAJOR == 1 && LIBGIT2_VER_MINOR == 2)
+#error You need a compatible libgit2 version (1.2.x)
 #endif
 
 /*