diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2025-07-09 20:13:53 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2025-07-09 20:13:53 +0000 |
commit | 037e128a237fc1914a5ab3281953dcf35d020827 (patch) | |
tree | f25cdb5be3583302b6e949ddb984824390fecff7 /emulators | |
parent | sysutils/pipeform: Add new port (diff) |
emulators/wine: Explicitly configure --without-ffmpeg
This does not affect clean builds (as with Poudriere) and makes
others more consistent and reproducible.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index a086d9c20cfd..013bd97963f6 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -35,6 +35,7 @@ CONFIGURE_ARGS+=--verbose \ --without-capi \ --without-coreaudio \ --without-dbus \ + --without-ffmpeg \ --without-gettext --without-gettextpo \ --without-gphoto \ --without-gssapi \ |