git: bd28318975c4 - main - emulators/wine-devel: Configure without Core Audio support

From: Gerald Pfeifer <gerald_at_FreeBSD.org>
Date: Sat, 13 Nov 2021 08:33:26 UTC
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bd28318975c42f2b4469ff27e211c8f8f8a56ac2

commit bd28318975c42f2b4469ff27e211c8f8f8a56ac2
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2021-11-13 08:32:19 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2021-11-13 08:32:19 +0000

    emulators/wine-devel: 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.
    
    Approved by:    maintainer (pre-approval)
---
 emulators/wine-devel/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 803dd4ac136b..3c13f30c605e 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -37,6 +37,7 @@ CONFIGURE_ARGS+=--verbose \
 		--disable-tests \
 		--without-alsa \
 		--without-capi \
+		--without-coreaudio \
 		--without-dbus \
 		--without-gettext --without-gettextpo \
 		--without-gphoto \