summaryrefslogtreecommitdiff
path: root/cad/geda/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2005-02-03 12:42:01 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2005-02-03 12:42:01 +0000
commit2f839e4404aa2ff079494fde1a5b0659dc2b108e (patch)
tree72d65fff00588c1ff49c61542d0772256b59bdea /cad/geda/patches
parentd605e4a13d065516baaf27e9e0c9ab873811f89d (diff)
downloadpkgsrc-2f839e4404aa2ff079494fde1a5b0659dc2b108e.tar.gz
add one more malloc.h->stdlib.h patch from PR29206
Diffstat (limited to 'cad/geda/patches')
-rw-r--r--cad/geda/patches/patch-ah11
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/geda/patches/patch-ah b/cad/geda/patches/patch-ah
new file mode 100644
index 00000000000..2937ca3d065
--- /dev/null
+++ b/cad/geda/patches/patch-ah
@@ -0,0 +1,11 @@
+$NetBSD: patch-ah,v 1.1 2005/02/03 12:42:01 dmcmahill Exp $
+
+--- src/m_file.c.orig 2003-12-08 08:27:28.000000000 +0000
++++ src/m_file.c 2005-02-03 12:40:16.000000000 +0000
+@@ -21,5 +21,5 @@
+
+ #include <gtk/gtk.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>