1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/games/doom/files/patch-m_bbox.c
Martin Wilke 72ddf7d5d7 - Remove some patches as I added them as REINPLACE_
- Rename the patches to make them less confusing
- Add a hack to replace all %%LOCALBASE%% to ${LOCALBASE}

PR:		140233
Submitted by:	Chris Petrik <chris@officialunix.com> (maintainer)
2009-11-04 08:37:24 +00:00

9 lines
305 B
C

--- linuxdoom-1.10/m_bbox.c~ Mon Dec 22 21:40:50 1997
+++ linuxdoom-1.10/m_bbox.c Mon Dec 14 03:44:53 1998
@@ -1,3 +1,5 @@
+#define MAXINT 0x7fffffff
+#define MININT 0x80000000
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//