summaryrefslogtreecommitdiff
path: root/games/nagi/patches
diff options
context:
space:
mode:
authorminskim <minskim>2007-06-17 19:11:37 +0000
committerminskim <minskim>2007-06-17 19:11:37 +0000
commit5d3473f3dbfcc00ef3b7c9afe5e90f41830de7d1 (patch)
treef0143ebc844cc737a7c23c700fc95e2367867410 /games/nagi/patches
parentff7cbe3ec27fd1d4318f5d1d98b5986badd9ca9b (diff)
downloadpkgsrc-5d3473f3dbfcc00ef3b7c9afe5e90f41830de7d1.tar.gz
Use stdlib.h instead of non-standard malloc.h.
Diffstat (limited to 'games/nagi/patches')
-rw-r--r--games/nagi/patches/patch-aq13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/nagi/patches/patch-aq b/games/nagi/patches/patch-aq
new file mode 100644
index 00000000000..bdbf163f197
--- /dev/null
+++ b/games/nagi/patches/patch-aq
@@ -0,0 +1,13 @@
+$NetBSD: patch-aq,v 1.1 2007/06/17 19:11:37 minskim Exp $
+
+--- logic/logic_base.c.orig 2002-11-01 02:32:28.000000000 -0800
++++ logic/logic_base.c
+@@ -17,7 +17,7 @@ R_Logic1364 cseg
+ R_Logic13A5 cseg 000013A5 0000002F
+ */
+
+-#include <malloc.h>
++#include <stdlib.h>
+
+ #include "../agi.h"
+