mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
58112ce8d5
* Enable sound * Enable build for SDL version (the default is X11) PR: 33814 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
--- sndserv/linux.c.orig Thu Jan 10 19:06:58 2002
|
|
+++ sndserv/linux.c Thu Jan 10 19:07:06 2002
|
|
@@ -32,7 +32,7 @@
|
|
#include <unistd.h>
|
|
#include <sys/ioctl.h>
|
|
|
|
-#include <linux/soundcard.h>
|
|
+#include <soundcard.h>
|
|
|
|
#include "soundsrv.h"
|
|
|