mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
72ddf7d5d7
- 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)
9 lines
305 B
C
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++ -*-
|
|
//-----------------------------------------------------------------------------
|
|
//
|