freebsd-ports/audio/rosegarden/files/patch-al
Chris Piazza 2e1fdeb9e0 - Update to 2.1pl2.
- Move Petal.so back into ${PREFIX}/lib/rosegarden/petal
- Install a wrapper script that adds the dir to TCLLIBPATH so you don't have
  to edit your .profile because of this...
- Fixes for the FreeBSD sound system, midi playback while recording
  works now.

PR:		14234
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
1999-10-10 22:24:25 +00:00

11 lines
258 B
Plaintext

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>