aboutsummaryrefslogtreecommitdiffstats
path: root/audio/asmix/files
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-09-01 06:20:53 +0800
committeredwin <edwin@FreeBSD.org>2003-09-01 06:20:53 +0800
commitd65fa541eb337531e188dc9c0de792a1b4e95bf2 (patch)
treeeb452db13092ca41bdca0afe4857a5d37ca36160 /audio/asmix/files
parented231ec3d0d799b91fe3cfb6a171faa2f8ad03b9 (diff)
downloadfreebsd-ports-gnome-d65fa541eb337531e188dc9c0de792a1b4e95bf2.tar.gz
freebsd-ports-gnome-d65fa541eb337531e188dc9c0de792a1b4e95bf2.tar.zst
freebsd-ports-gnome-d65fa541eb337531e188dc9c0de792a1b4e95bf2.zip
[NEW PORT} audio/asmix mixer for afterstep
This is a port of asmix(1) for the afterstep window manager. PR: ports/46707 Submitted by: Mike Makonnen <mtm@identd.net>
Diffstat (limited to 'audio/asmix/files')
-rw-r--r--audio/asmix/files/patch-asmix.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/asmix/files/patch-asmix.c b/audio/asmix/files/patch-asmix.c
new file mode 100644
index 000000000000..0f51f73a137f
--- /dev/null
+++ b/audio/asmix/files/patch-asmix.c
@@ -0,0 +1,13 @@
+--- asmix.c.orig Sun Aug 31 15:18:35 2003
++++ asmix.c Sun Aug 31 15:19:04 2003
+@@ -22,9 +22,7 @@
+ #include <sys/errno.h>
+ #include <sys/ioctl.h>
+ #include <fcntl.h>
+-#ifdef HAVE_MACHINE_SOUNDCARD_H
+-# include <machine/soundcard.h>
+-#endif
++#include <sys/soundcard.h>
+ #ifdef HAVE_LINUX_SOUNDCARD_H
+ # include <linux/soundcard.h>
+ #endif