git: 4cf14e284fec - main - emulators/wine: Build without Quicktime support

From: Gerald Pfeifer <gerald_at_FreeBSD.org>
Date: Wed, 08 Dec 2021 08:54:23 UTC
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4cf14e284fecf7da9378fb3394fbe45826a782ff

commit 4cf14e284fecf7da9378fb3394fbe45826a782ff
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2021-12-08 08:54:03 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2021-12-08 08:54:03 +0000

    emulators/wine: Build without Quicktime support
    
    Quicktime support shouldn't trigger on FreeBSD. Still explicitly
    configure --without-quicktime in line with our push for deterministic
    builds.
    
    This back ports e3632b1fd1e0d5178fd1fc1c2f1e6d8123fc33c9 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 2a7caa14db94..7022d193406e 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -53,6 +53,7 @@ CONFIGURE_ARGS+=--verbose \
 		--with-pcap \
 		--with-pthread \
 		--without-pulse \
+		--without-quicktime \
 		--without-sane \
 		--with-sdl \
 		--without-tiff \