diff options
author | danw <danw> | 2004-05-07 02:38:54 +0000 |
---|---|---|
committer | danw <danw> | 2004-05-07 02:38:54 +0000 |
commit | 1d197cb02eeb5bececffa98939d27573d42c1f70 (patch) | |
tree | 2da759ce788b8eb2ebf02284a63d49e8a7f45007 /graphics/aview/patches | |
parent | afdf7e4f0af8034a041b5ead1d40fd8ee2e196bb (diff) | |
download | pkgsrc-1d197cb02eeb5bececffa98939d27573d42c1f70.tar.gz |
s/stdlib.h/malloc.h for darwin/freebsd
Diffstat (limited to 'graphics/aview/patches')
-rw-r--r-- | graphics/aview/patches/patch-ac | 12 | ||||
-rw-r--r-- | graphics/aview/patches/patch-ad | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/graphics/aview/patches/patch-ac b/graphics/aview/patches/patch-ac new file mode 100644 index 00000000000..2004a61b61b --- /dev/null +++ b/graphics/aview/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2004/05/07 02:38:54 danw Exp $ + +--- image.c.orig Thu May 6 22:36:27 2004 ++++ image.c +@@ -1,6 +1,6 @@ + #include <stdio.h> + #include <unistd.h> +-#include <malloc.h> ++#include <stdlib.h> + #include "config.h" + + int imgwidth, imgheight; diff --git a/graphics/aview/patches/patch-ad b/graphics/aview/patches/patch-ad new file mode 100644 index 00000000000..673df6a69bc --- /dev/null +++ b/graphics/aview/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2004/05/07 02:38:54 danw Exp $ + +--- ui.c.orig Thu May 6 22:36:30 2004 ++++ ui.c +@@ -1,6 +1,6 @@ + #include <stdio.h> + #include <ctype.h> +-#include <malloc.h> ++#include <stdlib.h> + #include <string.h> + #include <aalib.h> + #include "shrink.h" |