opnsense-ports/devel/gitg/files/patch-libgitg_gitg-remote.vala
Franco Fichtner 6289582bd3 */*: sync with upstream
Taken from: FreeBSD
2016-03-21 07:45:01 +01:00

14 lines
463 B
Vala

Upstream fix for building against libgit2 0.24.
Should be removed after updating to gitg 3.20.0
--- libgitg/gitg-remote.vala.orig 2015-12-15 14:12:13 UTC
+++ libgitg/gitg-remote.vala
@@ -247,7 +247,7 @@ public class Remote : Ggit.Remote
try
{
yield Async.thread(() => {
- base.connect(direction, new Callbacks(this, callbacks, null));
+ base.connect(direction, new Callbacks(this, callbacks, null), null);
});
}
catch (Error e)