diff options
author | danw <danw@pkgsrc.org> | 2004-05-07 02:43:51 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-05-07 02:43:51 +0000 |
commit | 9e14b095ba031fefc52be2caf96b1640a38a8118 (patch) | |
tree | 47c4df9d430d588f6ef2f3e4da69c8e38b0cadd7 /graphics/aview-x11 | |
parent | d41fb557e7025a3a63152204a15f4edcb7672f3d (diff) | |
download | pkgsrc-9e14b095ba031fefc52be2caf96b1640a38a8118.tar.gz |
s/malloc.h/stdlib.h/ for darwin/freebsd
Diffstat (limited to 'graphics/aview-x11')
-rw-r--r-- | graphics/aview-x11/distinfo | 4 | ||||
-rw-r--r-- | graphics/aview-x11/patches/patch-ac | 12 | ||||
-rw-r--r-- | graphics/aview-x11/patches/patch-ad | 12 |
3 files changed, 27 insertions, 1 deletions
diff --git a/graphics/aview-x11/distinfo b/graphics/aview-x11/distinfo index 8c148e365cf..746b344d5f2 100644 --- a/graphics/aview-x11/distinfo +++ b/graphics/aview-x11/distinfo @@ -1,6 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/01/30 11:41:55 agc Exp $ +$NetBSD: distinfo,v 1.2 2004/05/07 02:43:51 danw Exp $ SHA1 (aview-1.3.0rc1.tar.gz) = d757ff9f62e6ce4d926c03ae4f4096d9fcf353fc Size (aview-1.3.0rc1.tar.gz) = 54317 bytes SHA1 (patch-aa) = 4fb90e608e912839a3febef1b7086909eb93d42a SHA1 (patch-ab) = ed1d623e8ffe18e5cdb18727a2ccbb2cf8c50b1d +SHA1 (patch-ac) = c9a66a3e6bf97dffe7335ccb9af666250d25f370 +SHA1 (patch-ad) = 690a8af07eee1e44611b9111678ab1aff52c7bfa diff --git a/graphics/aview-x11/patches/patch-ac b/graphics/aview-x11/patches/patch-ac new file mode 100644 index 00000000000..eda2378d4af --- /dev/null +++ b/graphics/aview-x11/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2004/05/07 02:43:51 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-x11/patches/patch-ad b/graphics/aview-x11/patches/patch-ad new file mode 100644 index 00000000000..6df1f9ab1e9 --- /dev/null +++ b/graphics/aview-x11/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2004/05/07 02:43:51 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" |