pkgsrc/games/xdoom/patches/patch-ae
wiz 5ea5107654 Re-add xdoom, requested by drochner.
Address PR 24024 by marking it as not-for-lp64platforms.
2010-02-22 21:58:47 +00:00

18 lines
474 B
Text

$NetBSD: patch-ae,v 1.5 2010/02/22 21:58:47 wiz Exp $
--- linuxdoom-1.10/doomtype.h.orig Mon Dec 22 20:05:27 1997
+++ linuxdoom-1.10/doomtype.h Thu Feb 3 01:33:46 2000
@@ -46,13 +46,11 @@
// Max pos 32-bit int.
#define MAXINT ((int)0x7fffffff)
-#define MAXLONG ((long)0x7fffffff)
#define MINCHAR ((char)0x80)
#define MINSHORT ((short)0x8000)
// Max negative 32-bit integer.
#define MININT ((int)0x80000000)
-#define MINLONG ((long)0x80000000)
#endif