From 3f1d6becf597aa6227a2aa6a7639508522cde547 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Thu, 15 Feb 2018 22:14:58 +0100 Subject: testing/ruby-rugged: new aport https://github.com/libgit2/rugged Ruby bindings to libgit2 --- testing/ruby-rugged/fix-extconf-version-check.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/ruby-rugged/fix-extconf-version-check.patch (limited to 'testing/ruby-rugged/fix-extconf-version-check.patch') diff --git a/testing/ruby-rugged/fix-extconf-version-check.patch b/testing/ruby-rugged/fix-extconf-version-check.patch new file mode 100644 index 0000000000..30c65daaca --- /dev/null +++ b/testing/ruby-rugged/fix-extconf-version-check.patch @@ -0,0 +1,11 @@ +--- a/ext/rugged/extconf.rb ++++ b/ext/rugged/extconf.rb +@@ -44,7 +44,7 @@ + + major = minor = nil + +- File.readlines(File.join(LIBGIT2_DIR, "include", "git2", "version.h")).each do |line| ++ File.readlines(File.join("/usr", "include", "git2", "version.h")).each do |line| + if !major && (matches = line.match(/^#define LIBGIT2_VER_MAJOR ([0-9]+)$/)) + major = matches[1] + next -- cgit v1.2.3