git: 037e128a237f - main - emulators/wine: Explicitly configure --without-ffmpeg

From: Gerald Pfeifer <gerald_at_FreeBSD.org>
Date: Wed, 09 Jul 2025 20:17:14 UTC
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=037e128a237fc1914a5ab3281953dcf35d020827

commit 037e128a237fc1914a5ab3281953dcf35d020827
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2025-07-09 20:13:53 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2025-07-09 20:13:53 +0000

    emulators/wine: Explicitly configure --without-ffmpeg
    
    This does not affect clean builds (as with Poudriere) and makes
    others more consistent and reproducible.
---
 emulators/wine/Makefile | 1 +
 1 file changed, 1 insertion(+)

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 \