freebsd-ports/x11/qrash/files/patch-aa
Trevor Johnson 48c0986415 Kludge this so it compiles and runs on FreeBSD 5.1-BETA.
The video works but I don't know about the sound--I don't have sound
set up just now.

still to do:	patch by use of sed
2003-05-22 14:10:43 +00:00

14 lines
358 B
Text

$FreeBSD$
diff -ruN mikmod/drv_vox.c mikmod/drv_vox.c
--- mikmod/drv_vox.c Mon Sep 22 11:05:26 1997
+++ mikmod/drv_vox.c Mon Jul 26 12:10:35 1999
@@ -36,7 +36,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
-#include <linux/soundcard.h>
+#include <sys/soundcard.h>
#include <sys/ioctl.h>
#include <sys/wait.h>
#include "mikmod.h"