1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
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

12 lines
267 B
Plaintext

--- 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"