summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-08 16:50:26 +0000
committerjoerg <joerg>2007-08-08 16:50:26 +0000
commitc425c549f2098a6ab074df13571a231e47d6f9d2 (patch)
tree81cf7fb611d67e8e79ab3b1db1140f808642c6f2 /comms
parent589286092c50d3dad1acf0f0ebf54e9dbb5a81fa (diff)
downloadpkgsrc-c425c549f2098a6ab074df13571a231e47d6f9d2.tar.gz
Don't use malloc.h.
Diffstat (limited to 'comms')
-rw-r--r--comms/xtel/distinfo3
-rw-r--r--comms/xtel/patches/patch-ah13
2 files changed, 15 insertions, 1 deletions
diff --git a/comms/xtel/distinfo b/comms/xtel/distinfo
index b4f0d400423..945ae1251f0 100644
--- a/comms/xtel/distinfo
+++ b/comms/xtel/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2006/01/02 16:17:09 joerg Exp $
+$NetBSD: distinfo,v 1.5 2007/08/08 16:50:26 joerg Exp $
SHA1 (xtel-3.3.0.tar.gz) = 7ee5a5afa20bea46e08c346605c53cdd32d69dc9
RMD160 (xtel-3.3.0.tar.gz) = 0ba51e9129b24db33ac96cff23ffc88d3f13b653
@@ -10,3 +10,4 @@ SHA1 (patch-ad) = 95cd5a8c3e421d711f9fd0ad502aa33e92273e0f
SHA1 (patch-ae) = ece76180605a5310044ff06506fd298f3dde3234
SHA1 (patch-af) = c52f5b39da50c350ac3ce929b3f77eafdce4942c
SHA1 (patch-ag) = 6addd47ca368ed78011162b0b843124329909fc1
+SHA1 (patch-ah) = 18f454bba7898a4d80f68215e7b6995d2ba26a71
diff --git a/comms/xtel/patches/patch-ah b/comms/xtel/patches/patch-ah
new file mode 100644
index 00000000000..24d28356e8d
--- /dev/null
+++ b/comms/xtel/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2007/08/08 16:50:26 joerg Exp $
+
+--- Videotex/Videotex.c.orig 2007-08-08 16:22:41.000000000 +0000
++++ Videotex/Videotex.c
+@@ -22,7 +22,7 @@ static char rcsid[] = "$Id: Videotex.c,v
+ /*
+ * Widget Videotex: VideotexWidgetClass
+ */
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <ctype.h>
+ #include <X11/IntrinsicP.h>
+ #include <X11/StringDefs.h>