summaryrefslogtreecommitdiff
path: root/games/imaze/patches
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-07-18 01:24:02 +0000
committerkristerw <kristerw@pkgsrc.org>2005-07-18 01:24:02 +0000
commite46d206850e8881f19fc205045b248bad6a11e3d (patch)
tree4cc6a60be01769659862bfe39754f7a569d31bca /games/imaze/patches
parent1c2fca3540ecdfb49d9aa3d81f0b4b5e0acd435a (diff)
downloadpkgsrc-e46d206850e8881f19fc205045b248bad6a11e3d.tar.gz
Do not include <malloc.h>.
Diffstat (limited to 'games/imaze/patches')
-rw-r--r--games/imaze/patches/patch-ad14
1 files changed, 14 insertions, 0 deletions
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"