mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
- add missing dependency upon security/libsecret - add upstream patch to fix build with libgit2 0.24.x
14 lines
463 B
Vala
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)
|