1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

emulators/wine: Configure without Core Audio support

Core Audio is Apple-specific and should never trigger on FreeBSD.
Still explicitly configure --without-coreaudio in the spirit of
deterministic builds, independent of packages that happen to be
installed on the build system.

This back ports bd28318975 from the
wine-devel port.
This commit is contained in:
Gerald Pfeifer 2021-11-14 07:50:02 +00:00
parent b62fdebf66
commit 1d7b58bcf7

View File

@ -36,6 +36,7 @@ CONFIGURE_ARGS+=--verbose \
--disable-tests \
--without-alsa \
--without-capi \
--without-coreaudio \
--without-dbus \
--without-gettext --without-gettextpo \
--without-gphoto \