diff options
-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 |