1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/audio/soundtracker/files/patch-ac
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

9 lines
246 B
Plaintext

--- app/sample-editor.c.orig Sun Nov 28 20:05:23 1999
+++ app/sample-editor.c Sun Nov 28 20:04:51 1999
@@ -28,4 +28,4 @@
#include <fcntl.h>
#include <stdlib.h>
-#include <sys/soundcard.h>
+#include <machine/soundcard.h>
#include <sys/ioctl.h>