freebsd-ports/audio/yoshimi/files/patch-src_globals.h
Yuri Victorovich e65d3eeb6a audio/yoshimi: Fix bug when yoshimi asserted because it defaulted to ALSA
... which it isn't linked with.

PR:		269673
Reported by:	Luc <lucmove@gmail.com>
2023-02-19 10:42:28 -08:00

15 lines
405 B
C

- workaround for https://github.com/Yoshimi/yoshimi/issues/174
--- src/globals.h.orig 2023-02-19 18:22:47 UTC
+++ src/globals.h
@@ -126,8 +126,8 @@ typedef unsigned int uint;
#define DEFAULT_NAME "Simple Sound"
#define UNTITLED "No Title"
-#define DEFAULT_AUDIO alsa_audio
-#define DEFAULT_MIDI alsa_midi
+#define DEFAULT_AUDIO jack_audio
+#define DEFAULT_MIDI jack_midi
#define FORCED_EXIT 16