Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: sys-devel/make/files/
Date: Mon, 26 Sep 2011 23:02:47
Message-Id: 5e431b7fd864a50651d97b49df56aee81085edcb.sping@gentoo
1 commit: 5e431b7fd864a50651d97b49df56aee81085edcb
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Mon Sep 26 23:01:44 2011 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 23:01:44 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=5e431b7f
7
8 sys-devel/make: Fix debugging leftover, ouch! (thanks to Elias Pipping)
9
10 ---
11 sys-devel/make/files/make-3.82-color.patch | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/sys-devel/make/files/make-3.82-color.patch b/sys-devel/make/files/make-3.82-color.patch
15 index d6fa0bf..c6dfe63 100644
16 --- a/sys-devel/make/files/make-3.82-color.patch
17 +++ b/sys-devel/make/files/make-3.82-color.patch
18 @@ -99,7 +99,7 @@ index 27d2550..3babb7a 100644
19 + }
20 +
21 + /* Allocate */
22 -+ char * const out = malloc(266);
23 ++ char * const out = malloc(out_len);
24 + assert(out);
25 +
26 + /* Concat */