git: 1d7b58bcf718 - main - emulators/wine: Configure without Core Audio support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Nov 2021 07:50:26 UTC
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 \