diff options
Diffstat (limited to 'dev-util/cogito/files/git-rev-list.patch')
-rw-r--r-- | dev-util/cogito/files/git-rev-list.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-util/cogito/files/git-rev-list.patch b/dev-util/cogito/files/git-rev-list.patch new file mode 100644 index 000000000000..9ba45cb8ff8c --- /dev/null +++ b/dev-util/cogito/files/git-rev-list.patch @@ -0,0 +1,12 @@ +diff -uar cogito-0.11.3.orig/rev-list.c cogito-0.11.3/rev-list.c +--- cogito-0.11.3.orig/rev-list.c 2005-06-30 11:21:57.329236026 +0400 ++++ cogito-0.11.3/rev-list.c 2005-06-30 11:22:28.229252742 +0400 +@@ -218,7 +218,7 @@ + list = limit_list(list); + show_commit_list(list); + } else { +-#ifdef NO_OPENSSL ++#ifndef NO_OPENSSL + if (sort_list_in_merge_order(list, &process_commit)) { + die("merge order sort failed\n"); + } |