diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 01:19:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 01:19:25 +0000 |
commit | 1457db64b67718d7c4055142290f4f91cf11d0de (patch) | |
tree | d5f501fb5b4755c0a152fdbb7c558a87a84ef411 /x11-wm | |
parent | Fix build on -current (machine/soundcard.h -> sys/soundcard.h) and (diff) |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/qvwm/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/qvwm/files/patch-aa b/x11-wm/qvwm/files/patch-aa new file mode 100644 index 000000000000..f4cfbd2de27b --- /dev/null +++ b/x11-wm/qvwm/files/patch-aa @@ -0,0 +1,11 @@ +--- ./src/audiodev_oss.h.orig Sat Sep 7 18:13:06 2002 ++++ ./src/audiodev_oss.h Sat Sep 7 18:13:12 2002 +@@ -33,7 +33,7 @@ + #endif + + #ifdef __FreeBSD__ +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #endif + + // set endian |