summaryrefslogtreecommitdiff
path: root/games/heretic/patch-al
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2002-10-21 03:19:14 +0000
committerMike Silbersack <silby@FreeBSD.org>2002-10-21 03:19:14 +0000
commit965d8aacea142b4996784168d695cabf2f8f55a7 (patch)
treeddb274b4328547d5283783677d445c442db66caa /games/heretic/patch-al
parentIncrement PORTVERSION to 4.7, as the Japanese manual page roff source (diff)
Stop abusing IPPORT_USERRESERVED. This fixes builds on 5.0.
Notes
Notes: svn path=/head/; revision=68470
Diffstat (limited to '')
-rw-r--r--games/heretic/patch-al11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/heretic/patch-al b/games/heretic/patch-al
new file mode 100644
index 000000000000..e7e198b51796
--- /dev/null
+++ b/games/heretic/patch-al
@@ -0,0 +1,11 @@
+--- i_udp.c.old Sun Oct 20 22:21:11 2002
++++ i_udp.c Sun Oct 20 22:21:26 2002
+@@ -31,7 +31,7 @@
+
+ boolean server = 0;
+
+-static int DOOMPORT = (IPPORT_USERRESERVED +0x1d );
++static int DOOMPORT = (5000 +0x1d );
+
+ /* static int sendsocket; */
+ /* static int insocket; */