freebsd-ports/games/imaze/files/patch-ac
Christian Weisgerber 8f500ccd3a Fix build on 5.x.
PR:		54425
Submitted by:	Ronald Kuehn <rk@ronald.org>
2003-07-23 16:12:11 +00:00

11 lines
267 B
Text

--- source/voxware_audio.c.orig Sat Jun 28 15:55:41 2003
+++ source/voxware_audio.c Sat Jun 28 15:56:08 2003
@@ -50,7 +50,7 @@
#ifdef linux
#include <linux/soundcard.h>
#else
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#endif
#include "argv.h"