commit: a1981b7df079bbcdb71d669667b0b148c25581ba
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail
<DOT> com>
AuthorDate: Thu Oct 6 16:58:55 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 12:05:13 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1981b7d
dev-util/bakefile: remove unused patch
dev-util/bakefile/files/bakefile-0.2.6-enlarge-buffers.patch | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/dev-util/bakefile/files/bakefile-0.2.6-enlarge-buffers.patch
b/dev-util/bakefile/files/bakefile-0.2.6-enlarge-buffers.patch
deleted file mode 100644
index c0af7bb..00000000
--- a/dev-util/bakefile/files/bakefile-0.2.6-enlarge-buffers.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN ./bakefile-0.2.6.orig/src/bottlenecks.c
./bakefile-0.2.6/src/bottlenecks.c
---- ./bakefile-0.2.6.orig/src/bottlenecks.c 2009-03-26 20:34:42.000000000
+0100
-+++ ./bakefile-0.2.6/src/bottlenecks.c 2009-07-21 22:36:18.111411153 +0200
-@@ -37,7 +37,7 @@
- /* ------------------------------------------------------------------------ */
-
- #define TEXTBUF_COUNT 8
--#define TEXTBUF_SIZE 102400
-+#define TEXTBUF_SIZE 120000
-
- static char *textbuf[TEXTBUF_COUNT] =
- {NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL};