diff options
Diffstat (limited to 'audio/x11amp/files/patch-Output__OSS__OSS.h')
-rw-r--r-- | audio/x11amp/files/patch-Output__OSS__OSS.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/x11amp/files/patch-Output__OSS__OSS.h b/audio/x11amp/files/patch-Output__OSS__OSS.h new file mode 100644 index 000000000000..f6a51284e77f --- /dev/null +++ b/audio/x11amp/files/patch-Output__OSS__OSS.h @@ -0,0 +1,14 @@ +--- ./Output/OSS/OSS.h.orig Sat Sep 7 18:38:05 2002 ++++ ./Output/OSS/OSS.h Sat Sep 7 18:38:13 2002 +@@ -23,11 +23,7 @@ + #include <sys/types.h> + #include <sys/stat.h> + #include <sys/time.h> +-#ifdef __FreeBSD__ +-#include <machine/soundcard.h> +-#else + #include <sys/soundcard.h> +-#endif + + #include <fcntl.h> + #include <pthread.h> |