diff options
Diffstat (limited to 'audio/rosegarden/files/patch-al')
-rw-r--r-- | audio/rosegarden/files/patch-al | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/rosegarden/files/patch-al b/audio/rosegarden/files/patch-al new file mode 100644 index 000000000000..af31fbaa885a --- /dev/null +++ b/audio/rosegarden/files/patch-al @@ -0,0 +1,10 @@ +Index: include/Mapper_OSS.h +@@ -4,7 +4,7 @@ + #undef MIDI_PITCH_BEND + #endif + +-#ifdef SYSTEM_FREEBSD || defined (__FreeBSD__) ++#if defined(SYSTEM_FREEBSD) || defined (__FreeBSD__) + #include <machine/soundcard.h> + #elif SYSTEM_OSS + #include <sys/soundcard.h> |