Date: Sat, 13 Nov 2021 08:33: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: bd28318975c4 - main - emulators/wine-devel: Configure without Core Audio support Message-ID: <202111130833.1AD8XQCE024687@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=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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111130833.1AD8XQCE024687>