diff options
author | danw <danw@pkgsrc.org> | 2004-05-11 15:11:30 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-05-11 15:11:30 +0000 |
commit | 9275687410af865440762b7ccd8eca27549ec7fc (patch) | |
tree | a57c5b8e75f2df932233c1958a7ed5d96cc12630 /math/gcalctool/patches | |
parent | 2d2590e5c32b00ccd348bccaaa07e1a12c8e4d4a (diff) | |
download | pkgsrc-9275687410af865440762b7ccd8eca27549ec7fc.tar.gz |
s/malloc.h/stdlib.h/ for darwin/freebsd
Diffstat (limited to 'math/gcalctool/patches')
-rw-r--r-- | math/gcalctool/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/gcalctool/patches/patch-aa b/math/gcalctool/patches/patch-aa new file mode 100644 index 00000000000..bb50f78670b --- /dev/null +++ b/math/gcalctool/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.5 2004/05/11 15:11:30 danw Exp $ + +--- gcalctool/calctool.c.orig Tue May 11 11:02:10 2004 ++++ gcalctool/calctool.c +@@ -21,7 +21,7 @@ + + #include <stdio.h> + #include <string.h> +-#include <malloc.h> ++#include <stdlib.h> + #include <sys/types.h> + #include "calctool.h" + #include <gdk/gdkkeysyms.h> |