diff options
author | silby <silby@FreeBSD.org> | 2002-10-22 00:17:54 +0800 |
---|---|---|
committer | silby <silby@FreeBSD.org> | 2002-10-22 00:17:54 +0800 |
commit | ed6038cf3cd669fc88a7a063bab35b707d5bc449 (patch) | |
tree | 899d9c713964391613fa95322a83ba51de3d9d44 /games/heretic/files | |
parent | 105b64c91cf7ff98877f0fcdd2eb55eb8eedd955 (diff) | |
download | freebsd-ports-gnome-ed6038cf3cd669fc88a7a063bab35b707d5bc449.tar.gz freebsd-ports-gnome-ed6038cf3cd669fc88a7a063bab35b707d5bc449.tar.zst freebsd-ports-gnome-ed6038cf3cd669fc88a7a063bab35b707d5bc449.zip |
Move patch-al to its proper place. (oops!)
patch-al fixes PR ports/43473, in a slightly simpler fashion.
Diffstat (limited to 'games/heretic/files')
-rw-r--r-- | games/heretic/files/patch-al | 11 |
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; */ |