CONFIGURE: Disable SEQ MIDI on OpenBSD

OpenBSD removed its /dev/sequencer support in 2013, and uses the sndio
API instead.
This commit is contained in:
Donovan Watteau 2022-05-30 11:34:56 +02:00 committed by Eugene Sandulenko
parent 3f66ed9872
commit 81e43764a0

7
configure vendored
View File

@ -2898,7 +2898,7 @@ EOF
_optimization_level=-O2
fi
;;
freebsd* | openbsd*)
freebsd*)
append_var LDFLAGS "-L/usr/local/lib"
append_var CXXFLAGS "-I/usr/local/include"
;;
@ -2994,6 +2994,11 @@ EOF
_detection_features_full=no
_nuked_opl=no
;;
openbsd*)
append_var LDFLAGS "-L/usr/local/lib"
append_var CXXFLAGS "-I/usr/local/include"
_seq_midi=no
;;
ps3)
# Force use of SDL and freetype from the ps3 toolchain
_sdlpath="$PS3DEV/portlibs/ppu:$PS3DEV/portlibs/ppu/bin"