1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/audio/soundtracker/files/patch-aa
Steve Price 96fbb327bf Adding soundtracker version 0.3.6.
Mod player/tracking tool which supports XM and MOD formats.

PR:		15180
Submitted by:	Kristopher Zentner <kzentner@u.washington.edu>
1999-12-25 15:35:44 +00:00

11 lines
277 B
Plaintext

--- app/drivers/oss-input.c.orig Sun Nov 28 20:02:10 1999
+++ app/drivers/oss-input.c Sun Nov 28 20:03:03 1999
@@ -33,6 +33,6 @@
#include <sys/types.h>
#include <unistd.h>
-#include <sys/soundcard.h>
+#include <machine/soundcard.h>
#include <sys/time.h>
#include <glib.h>