diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-18 01:24:02 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-18 01:24:02 +0000 |
commit | e46d206850e8881f19fc205045b248bad6a11e3d (patch) | |
tree | 4cc6a60be01769659862bfe39754f7a569d31bca /games | |
parent | 1c2fca3540ecdfb49d9aa3d81f0b4b5e0acd435a (diff) | |
download | pkgsrc-e46d206850e8881f19fc205045b248bad6a11e3d.tar.gz |
Do not include <malloc.h>.
Diffstat (limited to 'games')
-rw-r--r-- | games/imaze/distinfo | 3 | ||||
-rw-r--r-- | games/imaze/patches/patch-ad | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/games/imaze/distinfo b/games/imaze/distinfo index 854fee51f23..86a9ad2910e 100644 --- a/games/imaze/distinfo +++ b/games/imaze/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 23:11:59 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/07/18 01:24:02 kristerw Exp $ SHA1 (imaze-sounds.tar) = 976b1acb2da35f5c69c4d867873f65162ae33ecc RMD160 (imaze-sounds.tar) = 6e6ea9313ab9c733486f11f2c6a9e8e09f97401e @@ -9,3 +9,4 @@ Size (imaze1.3.tar.Z) = 233695 bytes SHA1 (patch-aa) = cd2fa9e2d93e2f2ee1845c9c4fc3fc66ffd23711 SHA1 (patch-ab) = 19f3dfafa9126b3352b938610f77f1b7144a1aa3 SHA1 (patch-ac) = dcd117f666f7f5b489e8469ca5e19c9d8464264f +SHA1 (patch-ad) = df3416e378d17152ffc1dbb8f9b61645d92c015c diff --git a/games/imaze/patches/patch-ad b/games/imaze/patches/patch-ad new file mode 100644 index 00000000000..1a09994fb60 --- /dev/null +++ b/games/imaze/patches/patch-ad @@ -0,0 +1,14 @@ +$NetBSD: patch-ad,v 1.1 2005/07/18 01:24:02 kristerw Exp $ + +--- source/speicher.c.orig Mon Jul 18 03:20:27 2005 ++++ source/speicher.c Mon Jul 18 03:21:11 2005 +@@ -13,9 +13,6 @@ + + #include <stdio.h> + #include <stdlib.h> +-#ifndef __FreeBSD__ +-#include <malloc.h> +-#endif + #include <memory.h> + + #include "global.h" |