Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Nov 2021 07:50:26 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1d7b58bcf718 - main - emulators/wine: Configure without Core Audio support
Message-ID:  <202111140750.1AE7oQxK091830@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald:

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

commit 1d7b58bcf718f17e3dc8141cce748be756bbc526
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2021-11-14 07:50:02 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2021-11-14 07:50:02 +0000

    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 bd28318975c42f2b4469ff27e211c8f8f8a56ac2 from the
    wine-devel port.
---
 emulators/wine/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index b2c719e9b89f..bfcc847a37aa 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -36,6 +36,7 @@ CONFIGURE_ARGS+=--verbose \
 		--disable-tests \
 		--without-alsa \
 		--without-capi \
+		--without-coreaudio \
 		--without-dbus \
 		--without-gettext --without-gettextpo \
 		--without-gphoto \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111140750.1AE7oQxK091830>