diff options
Diffstat (limited to 'audio/rosegarden/files/patch-ab')
-rw-r--r-- | audio/rosegarden/files/patch-ab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/rosegarden/files/patch-ab b/audio/rosegarden/files/patch-ab new file mode 100644 index 000000000000..7594d55a8b67 --- /dev/null +++ b/audio/rosegarden/files/patch-ab @@ -0,0 +1,19 @@ +*** ./sequencer/src/Sequence_LINUX.c.orig Mon Aug 5 00:09:00 1996 +--- ./sequencer/src/Sequence_LINUX.c Mon Aug 5 00:09:14 1996 +*************** +*** 41,47 **** + #undef _POSIX_SOURCE + + /* include our linux soundcard header */ +! #include <sys/soundcard.h> + #include <sys/ioctl.h> + #include <errno.h> + +--- 41,47 ---- + #undef _POSIX_SOURCE + + /* include our linux soundcard header */ +! #include <machine/soundcard.h> + #include <sys/ioctl.h> + #include <errno.h> + |