Date: Fri, 3 Dec 2021 16:12:14 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: e3632b1fd1e0 - main - emulators/wine-devel: Build without Quicktime support Message-ID: <202112031612.1B3GCERN089651@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=e3632b1fd1e0d5178fd1fc1c2f1e6d8123fc33c9 commit e3632b1fd1e0d5178fd1fc1c2f1e6d8123fc33c9 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2021-12-03 16:11:47 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2021-12-03 16:11:47 +0000 emulators/wine-devel: Build without Quicktime support Quicktime support shouldn't trigger on FreeBSD. Still explicitly configure --without-quicktime in line with our push for deterministic builds. 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 daa7a2d080c5..619c4992cfaf 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -53,6 +53,7 @@ CONFIGURE_ARGS+=--verbose \ --with-pcap \ --with-pthread \ --without-pulse \ + --without-quicktime \ --without-sane \ --with-sdl \ --without-udev \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112031612.1B3GCERN089651>