diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-18 18:37:04 +0800 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-18 18:37:04 +0800 |
commit | 6305b19ab1c42e626b8b5412310a5e5fe1598eea (patch) | |
tree | c5c37b00b1cf0a617b1c64d6afb19b90c5f66633 /audio | |
parent | cf286335da21905701a60aad361d6d9fa75cd274 (diff) | |
download | freebsd-ports-gnome-6305b19ab1c42e626b8b5412310a5e5fe1598eea.tar.gz freebsd-ports-gnome-6305b19ab1c42e626b8b5412310a5e5fe1598eea.tar.zst freebsd-ports-gnome-6305b19ab1c42e626b8b5412310a5e5fe1598eea.zip |
Chase soundcard.h.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicbox/files/patch-ListView.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/musicbox/files/patch-ListView.h b/audio/musicbox/files/patch-ListView.h new file mode 100644 index 000000000000..5b15968ee7f3 --- /dev/null +++ b/audio/musicbox/files/patch-ListView.h @@ -0,0 +1,17 @@ +$FreeBSD$ + +--- ListView.h.orig Sun Nov 16 13:56:31 1997 ++++ ListView.h Wed Feb 18 10:31:19 2004 +@@ -12,12 +12,7 @@ + #include <qdialog.h> + #include "MultiListBox.h" + +-#ifdef FreeBSD +-#include <machine/soundcard.h> +-#endif +-#ifdef Linux + #include <sys/soundcard.h> +-#endif + + #define DEVICE 0 + #define MIXER "/dev/mixer" |