freebsd-ports/audio/s3mod/files/patch-ae
Ying-Chieh Liao e22dc21f08 - Support MAKE properly
- Support install macros
- Apply to 'one file per patch' convention
- Add WWW: line

PR:		24667
Submitted by:	tkato@prontomail.ne.jp
2001-01-28 03:50:57 +00:00

13 lines
288 B
Text

--- gus.c.orig Sun Oct 22 04:14:33 1995
+++ gus.c Sat Jan 27 15:04:15 2001
@@ -25,8 +25,8 @@
#ifdef GUS
-#include <sys/soundcard.h>
-#include <sys/ultrasound.h>
+#include <machine/soundcard.h>
+#include <machine/ultrasound.h>
#include <unistd.h>
#include "gus.h"
#include "mod.h"