openbsd-ports/emulators/dosbox/patches/patch-src_gui_Makefile_am
ratchov 7b222971b3 Add support for midi output using libsndio, to allow dosbox to use
softsynths or remote midi hardware

ok jsg
2012-11-17 14:07:50 +00:00

11 lines
524 B
Plaintext

$OpenBSD: patch-src_gui_Makefile_am,v 1.1 2012/11/17 14:07:50 ratchov Exp $
--- src/gui/Makefile.am.orig Sun Nov 11 14:15:24 2012
+++ src/gui/Makefile.am Sun Nov 11 14:15:28 2012
@@ -7,5 +7,5 @@ libgui_a_SOURCES = sdlmain.cpp sdl_mapper.cpp dosbox_l
render_templates_sai.h render_templates_hq.h \
render_templates_hq2x.h render_templates_hq3x.h \
midi.cpp midi_win32.h midi_oss.h midi_coreaudio.h midi_alsa.h \
- midi_coremidi.h sdl_gui.cpp dosbox_splash.h
+ midi_coremidi.h midi_sndio.h sdl_gui.cpp dosbox_splash.h