aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-12-08 08:54:03 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-12-08 08:54:03 +0000
commit4cf14e284fecf7da9378fb3394fbe45826a782ff (patch)
tree5a06e75184f2f7311956a8edd75647b4c76b166f
parentb7e56934eb51ad912bd34a475203e13862248959 (diff)
downloadports-4cf14e284fecf7da9378fb3394fbe45826a782ff.tar.gz
ports-4cf14e284fecf7da9378fb3394fbe45826a782ff.zip
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.
-rw-r--r--emulators/wine/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \