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/patches | |
parent | 9e14b095ba031fefc52be2caf96b1640a38a8118 (diff) | |
download | pkgsrc-a088600a90068af6c972471861b595b96951d788.tar.gz |
s/malloc.h/stdlib.h/ for darwin/freebsd
Diffstat (limited to 'graphics/plotmtv/patches')
-rw-r--r-- | graphics/plotmtv/patches/patch-ad | 6 |
1 files changed, 6 insertions, 0 deletions
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> |