summaryrefslogtreecommitdiff
path: root/editors/gate
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-09 14:33:34 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-09 14:33:34 +0000
commitbc3e24b5f14d5bab501efef737e663ac733de697 (patch)
tree99391e2b2670453f77d33bbb5a6e6d6b507540d0 /editors/gate
parent12006ff87cbf26547e7f22529768d2f4791c2ac3 (diff)
downloadpkgsrc-bc3e24b5f14d5bab501efef737e663ac733de697.tar.gz
Remove conflicting prototype for malloc.
Diffstat (limited to 'editors/gate')
-rw-r--r--editors/gate/distinfo3
-rw-r--r--editors/gate/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/editors/gate/distinfo b/editors/gate/distinfo
index da4492e9ae4..86efd6cfeca 100644
--- a/editors/gate/distinfo
+++ b/editors/gate/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/12/06 22:42:25 wiz Exp $
+$NetBSD: distinfo,v 1.2 2005/12/09 14:33:34 joerg Exp $
SHA1 (gate-2.06.tar.gz) = f6935bfc410550e52725db7c1859e6ed9f6ea9e7
RMD160 (gate-2.06.tar.gz) = 3b1fb285dbeccf7dd09504f4596d8e7387b14c8a
Size (gate-2.06.tar.gz) = 58677 bytes
+SHA1 (patch-aa) = fb2074f4f3b8bf86ba9c25b46b50d6e259804f45
diff --git a/editors/gate/patches/patch-aa b/editors/gate/patches/patch-aa
new file mode 100644
index 00000000000..f50770c0ecd
--- /dev/null
+++ b/editors/gate/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2005/12/09 14:33:34 joerg Exp $
+
+--- term.c.orig 2005-12-09 14:26:44.000000000 +0000
++++ term.c
+@@ -30,7 +30,6 @@ char *UP; /* The cursor up string */
+ int mycols= 0; /* Screen size */
+ int mylines= 0; /* Screen size */
+ char *tgetstr(), *tgoto(), *getenv();
+-char *malloc();
+
+
+ /* INITTERM()