diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-12-03 16:11:47 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-12-03 16:11:47 +0000 |
commit | e3632b1fd1e0d5178fd1fc1c2f1e6d8123fc33c9 (patch) | |
tree | c9617409f74372b93331500661eba04d2c1d0afd | |
parent | a97113cd3943a879380fbbcf5dfddcd6004bdccb (diff) |
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)
-rw-r--r-- | emulators/wine-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |