diff options
author | silby <silby@FreeBSD.org> | 2002-10-21 11:19:14 +0800 |
---|---|---|
committer | silby <silby@FreeBSD.org> | 2002-10-21 11:19:14 +0800 |
commit | af9bbcd2979abd2aae9aee9404c7d41e53857d13 (patch) | |
tree | 7473873d5345bbededa94e2063aece92a03c134a /games | |
parent | fd17a32dc3e02c749e3966c01bc70811d37da621 (diff) | |
download | freebsd-ports-gnome-af9bbcd2979abd2aae9aee9404c7d41e53857d13.tar.gz freebsd-ports-gnome-af9bbcd2979abd2aae9aee9404c7d41e53857d13.tar.zst freebsd-ports-gnome-af9bbcd2979abd2aae9aee9404c7d41e53857d13.zip |
Stop abusing IPPORT_USERRESERVED. This fixes builds on 5.0.
Diffstat (limited to 'games')
-rw-r--r-- | games/heretic/patch-al | 11 |
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; */ |