diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-03-01 22:57:13 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-03-01 22:57:13 +0000 |
commit | c214ef796c52dfbd7252c50f0c96ca928a78d8a0 (patch) | |
tree | 22e25c45c63fc15e551ae6ffab13721b8b8cc42c | |
parent | libgit2-0.99 fix for basket (diff) | |
download | patches-c214ef796c52dfbd7252c50f0c96ca928a78d8a0.tar.bz2 patches-c214ef796c52dfbd7252c50f0c96ca928a78d8a0.tar.xz patches-c214ef796c52dfbd7252c50f0c96ca928a78d8a0.zip |
Remove basket patch now upstream
-rw-r--r-- | kde-misc/basket/libgit2-0.99.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/kde-misc/basket/libgit2-0.99.patch b/kde-misc/basket/libgit2-0.99.patch deleted file mode 100644 index b900fbb..0000000 --- a/kde-misc/basket/libgit2-0.99.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/src/application.cpp b/src/application.cpp -index c52fb57..81fcd12 100644 ---- a/src/application.cpp -+++ b/src/application.cpp -@@ -56,7 +56,7 @@ Application::Application(int &argc, char **argv) - - - #ifdef WITH_LIBGIT2 -- #if LIBGIT2_SOVERSION >= 22 -+ #if LIBGIT2_VER_MINOR >= 22 - git_libgit2_init(); - #else - git_threads_init(); -@@ -67,7 +67,7 @@ Application::Application(int &argc, char **argv) - Application::~Application() - { - #ifdef WITH_LIBGIT2 -- #if LIBGIT2_SOVERSION >= 22 -+ #if LIBGIT2_VER_MINOR >= 22 - git_libgit2_shutdown(); - #else - git_threads_shutdown(); |