diff options
author | motoyuki <motoyuki@FreeBSD.org> | 2002-04-11 08:22:33 +0800 |
---|---|---|
committer | motoyuki <motoyuki@FreeBSD.org> | 2002-04-11 08:22:33 +0800 |
commit | 31759b943319953d8b3fa61a416fb9cea61d9fd6 (patch) | |
tree | ed5d029b9717548cc9a099ce528f2f2eb0473782 /x11-clocks | |
parent | 9da96f598e65a1c4e9961542a381f2025f216d2d (diff) | |
download | freebsd-ports-gnome-31759b943319953d8b3fa61a416fb9cea61d9fd6.tar.gz freebsd-ports-gnome-31759b943319953d8b3fa61a416fb9cea61d9fd6.tar.zst freebsd-ports-gnome-31759b943319953d8b3fa61a416fb9cea61d9fd6.zip |
Fix build problem on 5-current.
<machine/soundcard.h> is moved to <sys/soundcard.h> on both 4-stable
and 5-current. See commitlog of src/include/Makefile rev 1.165.
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/emiclock/files/patch-include::sound.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-clocks/emiclock/files/patch-include::sound.h b/x11-clocks/emiclock/files/patch-include::sound.h new file mode 100644 index 000000000000..f62cdabf221a --- /dev/null +++ b/x11-clocks/emiclock/files/patch-include::sound.h @@ -0,0 +1,14 @@ +--- include/sound.h.old Thu Sep 2 23:34:10 1999 ++++ include/sound.h Thu Apr 11 08:32:05 2002 +@@ -222,7 +222,11 @@ + #include <sys/types.h> + #include <sys/file.h> + #include <sys/stat.h> ++#if __FreeBSD__ > 3 ++#include <sys/soundcard.h> ++#else + #include <machine/soundcard.h> ++#endif + + #undef O_RDWR + #define O_RDWR O_WRONLY /* audio $B%G%P%$%9$OF1;~%*!<%W%s$G$-$J$$!)(B */ |