summaryrefslogtreecommitdiff
path: root/audio/asmix/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-03-13 09:17:06 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-03-13 09:17:06 +0000
commit703ee967fd21c511c9351a1cda1edb35c956429b (patch)
tree0b4a692f325d174207084310a74d2a43eda2632f /audio/asmix/files
parentupgrade to 0.9.2 (diff)
Update to version 1.5
PR: ports/78732 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=131058
Diffstat (limited to 'audio/asmix/files')
-rw-r--r--audio/asmix/files/patch-asmix.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/asmix/files/patch-asmix.c b/audio/asmix/files/patch-asmix.c
deleted file mode 100644
index 0f51f73a137f..000000000000
--- a/audio/asmix/files/patch-asmix.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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