diff options
author | danw <danw@pkgsrc.org> | 2004-05-07 02:57:41 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-05-07 02:57:41 +0000 |
commit | a088600a90068af6c972471861b595b96951d788 (patch) | |
tree | 628890687cbf50be5b81ce04abdf1d74ecabe885 /graphics/plotmtv | |
parent | 9e14b095ba031fefc52be2caf96b1640a38a8118 (diff) | |
download | pkgsrc-a088600a90068af6c972471861b595b96951d788.tar.gz |
s/malloc.h/stdlib.h/ for darwin/freebsd
Diffstat (limited to 'graphics/plotmtv')
-rw-r--r-- | graphics/plotmtv/distinfo | 3 | ||||
-rw-r--r-- | graphics/plotmtv/patches/patch-ad | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/graphics/plotmtv/distinfo b/graphics/plotmtv/distinfo index 04162a03872..a49326ee3b5 100644 --- a/graphics/plotmtv/distinfo +++ b/graphics/plotmtv/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.3 2003/12/04 12:04:30 adam Exp $ +$NetBSD: distinfo,v 1.4 2004/05/07 02:57:41 danw Exp $ SHA1 (Plotmtv1.4.1.tar.Z) = 38ab9cd60db9fc14e99b3353a8c122ae8cecbc06 Size (Plotmtv1.4.1.tar.Z) = 1972882 bytes SHA1 (patch-aa) = bfc044bbf46b3a53417c1172080f017138d5bcb0 SHA1 (patch-ab) = f713b037e4000c509c2bbb058e6494cd0a5e9c95 SHA1 (patch-ac) = bf7ef352f02c173a371c6471c5124ad7f2eddbf5 +SHA1 (patch-ad) = f9afdf4c7e3d9c52edd611794a4eabe97afd8e00 diff --git a/graphics/plotmtv/patches/patch-ad b/graphics/plotmtv/patches/patch-ad new file mode 100644 index 00000000000..ef168854711 --- /dev/null +++ b/graphics/plotmtv/patches/patch-ad @@ -0,0 +1,6 @@ +$NetBSD: patch-ad,v 1.1 2004/05/07 02:57:41 danw Exp $ + +--- Lib/malloc.h.orig Thu May 6 22:50:01 2004 ++++ Lib/malloc.h +@@ -0,0 +1 @@ ++#include <stdlib.h> |