mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
2e1fdeb9e0
- 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>
11 lines
258 B
Plaintext
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>
|