git: e3632b1fd1e0 - main - emulators/wine-devel: Build without Quicktime support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Dec 2021 16:12:14 UTC
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 \