summaryrefslogtreecommitdiff
path: root/games/doom
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2002-07-24 12:16:00 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2002-07-24 12:16:00 +0000
commit619f2063369b49e3d16282e797ed90401df4fec0 (patch)
tree8beb6ec534f4ac520abae5ad0fa77d411718b61e /games/doom
parentUpdate to version 5.04. (diff)
Fix the build on -stable and -current.
PR: ports/40949 Submitted by: Gavin Atkinson <gavin@ury.york.ac.uk>
Notes
Notes: svn path=/head/; revision=63483
Diffstat (limited to 'games/doom')
-rw-r--r--games/doom/files/patch-aa2
-rw-r--r--games/doom/files/patch-ac2
-rw-r--r--games/doom/files/patch-ae11
3 files changed, 12 insertions, 3 deletions
diff --git a/games/doom/files/patch-aa b/games/doom/files/patch-aa
index 0c04d896c27a..3ebdd1f1de1e 100644
--- a/games/doom/files/patch-aa
+++ b/games/doom/files/patch-aa
@@ -5,7 +5,7 @@
#include <unistd.h>
-#include <linux/soundcard.h>
-+#include <machine/soundcard.h>
++#include <sys/soundcard.h>
#include "soundsrv.h"
diff --git a/games/doom/files/patch-ac b/games/doom/files/patch-ac
index 100d158608d7..e89f5d175ae1 100644
--- a/games/doom/files/patch-ac
+++ b/games/doom/files/patch-ac
@@ -5,7 +5,7 @@
// Linux voxware output.
-#include <linux/soundcard.h>
-+#include <machine/soundcard.h>
++#include <sys/soundcard.h>
// Timer stuff. Experimental.
#include <time.h>
diff --git a/games/doom/files/patch-ae b/games/doom/files/patch-ae
index c6e61a70e106..12f8b0b8b6f0 100644
--- a/games/doom/files/patch-ae
+++ b/games/doom/files/patch-ae
@@ -1,5 +1,5 @@
--- linuxdoom-1.10/i_net.c~ Mon Dec 22 21:37:46 1997
-+++ linuxdoom-1.10/i_net.c Mon Dec 14 03:26:41 1998
++++ linuxdoom-1.10/i_net.c Mon Jul 22 10:06:25 2002
@@ -23,6 +23,7 @@
static const char
rcsid[] = "$Id: patch-ae,v 1.1.1.1 1998/12/14 21:18:25 jmz Exp $";
@@ -24,3 +24,12 @@
void NetSend (void);
boolean NetListen (void);
+@@ -73,7 +76,7 @@
+ // NETWORKING
+ //
+
+-int DOOMPORT = (IPPORT_USERRESERVED +0x1d );
++int DOOMPORT = 5029;
+
+ int sendsocket;
+ int insocket;