summaryrefslogtreecommitdiff
path: root/games/heretic/files
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2002-10-21 16:17:54 +0000
committerMike Silbersack <silby@FreeBSD.org>2002-10-21 16:17:54 +0000
commit619dc687369f14b7cb88ffadf2c6da12bdbc4c4e (patch)
treec793560da4fd08056094b07b3b0995664a1a63ea /games/heretic/files
parentUpdate to 0.94e. (diff)
Move patch-al to its proper place. (oops!)
patch-al fixes PR ports/43473, in a slightly simpler fashion.
Notes
Notes: svn path=/head/; revision=68515
Diffstat (limited to 'games/heretic/files')
-rw-r--r--games/heretic/files/patch-al11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/heretic/files/patch-al b/games/heretic/files/patch-al
new file mode 100644
index 000000000000..e7e198b51796
--- /dev/null
+++ b/games/heretic/files/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; */