…2-0.99
LIBGIT2_SOVERSION is defined as string literal, e.g. "0.99", from libgit2-0.99 and beyond. Arithmetic checks against this variable whill hence fail. This patch switches the checks to compare against the LIBGIT2_VER_* family, which should be more stable. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/956
-- Commit Summary --
* Make libgit2 version preprocessor conditionals compatible with libgit2-0.99
-- File Changes --
M git-changebar/src/gcb-plugin.c (6) M workbench/src/plugin_main.c (2)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/956.patch https://github.com/geany/geany-plugins/pull/956.diff
LGBI and build passed, fine for me.
Merged #956 into master.
github-comments@lists.geany.org