pkgsrc/games/ivan/patches/patch-am
dholland 30e8f4bec2 Requires gmake.
Fix build on 64-bit and/or gcc4 platforms.
(Note: it doesn't work for me, but now it at least compiles...)
Correct typo in PLIST.
PKGREVISION++.
2008-07-27 21:44:47 +00:00

13 lines
379 B
Text

$NetBSD: patch-am,v 1.1 2008/07/27 21:44:47 dholland Exp $
--- Main/Source/fluid.cpp~ 2004-12-10 10:51:45.000000000 -0500
+++ Main/Source/fluid.cpp 2008-07-27 16:38:19.000000000 -0400
@@ -598,7 +598,7 @@
if(!UseImage())
return;
- truth InitRandMap = truth(MotherItem);
+ truth InitRandMap = truth(MotherItem != NULL);
Image.Clear(InitRandMap);
if(GearImage)