freebsd-ports/games/heretic/files/patch-ak
Jim Mock 58112ce8d5 * Assign maintainership to Oliver Lehmann <lehmann@ans-netz.de>.
* Enable sound
* Enable build for SDL version (the default is X11)

PR:		33814
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2002-01-14 07:13:33 +00:00

11 lines
241 B
Text

--- sndserv/linux.c.orig Thu Jan 10 19:06:58 2002
+++ sndserv/linux.c Thu Jan 10 19:07:06 2002
@@ -32,7 +32,7 @@
#include <unistd.h>
#include <sys/ioctl.h>
-#include <linux/soundcard.h>
+#include <soundcard.h>
#include "soundsrv.h"