From 8bba96a20e8934f6497af4b12ebf0f0d4b548295 Mon Sep 17 00:00:00 2001 From: asau Date: Tue, 25 Mar 2014 23:13:21 +0000 Subject: Stop using malloc.h, it is deliberately broken on FreeBSD. --- editors/ted/distinfo | 3 ++- editors/ted/patches/patch-appUtil_csvsheet.c | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 editors/ted/patches/patch-appUtil_csvsheet.c diff --git a/editors/ted/distinfo b/editors/ted/distinfo index 495db676e1e..8db70b80220 100644 --- a/editors/ted/distinfo +++ b/editors/ted/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2014/02/01 03:46:49 markd Exp $ +$NetBSD: distinfo,v 1.15 2014/03/25 23:13:21 asau Exp $ SHA1 (ted-2.21.src.tar.gz) = 303b15de1fe97e473c4b89a88b6e127ee81e07e9 RMD160 (ted-2.21.src.tar.gz) = 68935d62d216708c7053910f1261353176cf5c72 @@ -11,3 +11,4 @@ SHA1 (patch-ae) = 9cea02ede59d7f6a88a0c8ec1f93e5d814e6b994 SHA1 (patch-af) = 369a2d0324538860c50653a140d660d50c2383b9 SHA1 (patch-ag) = 3db30b3b2e04b03e4d69704ba00d6182f0c5fd9f SHA1 (patch-appFrame_appFontConfig.c) = b73d920231cd426b7db5a5d8cf6dfa87f3469a2c +SHA1 (patch-appUtil_csvsheet.c) = 70c3accb39099b8926f5681b24f3e4be048fd255 diff --git a/editors/ted/patches/patch-appUtil_csvsheet.c b/editors/ted/patches/patch-appUtil_csvsheet.c new file mode 100644 index 00000000000..b53ab3c8f3e --- /dev/null +++ b/editors/ted/patches/patch-appUtil_csvsheet.c @@ -0,0 +1,12 @@ +$NetBSD: patch-appUtil_csvsheet.c,v 1.1 2014/03/25 23:13:21 asau Exp $ + +--- appUtil/csvsheet.c.orig 2009-10-16 15:20:58.000000000 +0000 ++++ appUtil/csvsheet.c +@@ -1,7 +1,6 @@ + # include + # include + # include +-# include + # include + + # include "csv.h" -- cgit v1.2.3