diff options
author | kris <kris@FreeBSD.org> | 2002-09-08 16:41:13 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-08 16:41:13 +0800 |
commit | 9c51a11d180184d13244195b9afae23bdb902db0 (patch) | |
tree | 36b389d22b292b0124c64873e94864eddb23e3ae /audio/x11amp/files | |
parent | 32a37e93f8ecf86605845be0271f581b5337d4a0 (diff) | |
download | freebsd-ports-gnome-9c51a11d180184d13244195b9afae23bdb902db0.tar.gz freebsd-ports-gnome-9c51a11d180184d13244195b9afae23bdb902db0.tar.zst freebsd-ports-gnome-9c51a11d180184d13244195b9afae23bdb902db0.zip |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
Diffstat (limited to 'audio/x11amp/files')
-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> |