diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-18 00:46:18 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-18 00:46:18 +0000 |
commit | 066bb44439d4cb591aea5de7acc47c8ae0cf7458 (patch) | |
tree | 1fc554f8f5f296a34d7748c4791fa784cf180139 /editors | |
parent | 5940deb18320eea6c247ac86d9b515e31e895fe8 (diff) | |
download | pkgsrc-066bb44439d4cb591aea5de7acc47c8ae0cf7458.tar.gz |
Do not include <malloc.h>.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ted/distinfo | 3 | ||||
-rw-r--r-- | editors/ted/patches/patch-ag | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/editors/ted/distinfo b/editors/ted/distinfo index 2e78ed0aea7..bb4e54f8fed 100644 --- a/editors/ted/distinfo +++ b/editors/ted/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2005/02/23 17:15:12 agc Exp $ +$NetBSD: distinfo,v 1.10 2005/07/18 00:46:18 kristerw Exp $ SHA1 (ted-2.16.src.tar.gz) = 4608e1cdcf0eeb8eb77032544b933d32bcd8e100 RMD160 (ted-2.16.src.tar.gz) = 024f12c3e75a2d078071d82ec446a0002fd2ed4e @@ -9,3 +9,4 @@ SHA1 (patch-ac) = 3ad1300b213e925d50e0490587398e7574452aa8 SHA1 (patch-ad) = a0761bd537cbef20bf80a74eb59c2352a97e4d99 SHA1 (patch-ae) = 9cea02ede59d7f6a88a0c8ec1f93e5d814e6b994 SHA1 (patch-af) = 369a2d0324538860c50653a140d660d50c2383b9 +SHA1 (patch-ag) = 1de6cec39070603d690ed6fc8e3e4dc7dc977b76 diff --git a/editors/ted/patches/patch-ag b/editors/ted/patches/patch-ag new file mode 100644 index 00000000000..0aed856e16c --- /dev/null +++ b/editors/ted/patches/patch-ag @@ -0,0 +1,12 @@ +$NetBSD: patch-ag,v 1.1 2005/07/18 00:46:18 kristerw Exp $ + +--- appUtil/psTtf.c.orig Mon Jul 18 02:43:21 2005 ++++ appUtil/psTtf.c Mon Jul 18 02:43:28 2005 +@@ -1,7 +1,6 @@ + # include <stdio.h> + # include <string.h> + # include <stdlib.h> +-# include <malloc.h> + + # define y0 math_y0 + # define y1 math_y1 |