[Github-comments] [geany/geany-plugins] Make libgit2 version preprocessor conditionals compatible with libgit… (#956)
Doeme
notifications at xxxxx
Sun Feb 23 18:21:36 UTC 2020
…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
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/956
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20200223/2627ae35/attachment.htm>
More information about the Github-comments
mailing list