From ccd4657f7c62881240407e8d44f3a074fcc8d7fa Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Mon, 29 Mar 2021 22:50:27 +0000 Subject: The update to Wine 5.0.4 brought a potential build problem depending on options chosen and packages installed (or not). Temporarily add a patch files/patch-dlls_qcap_v4l.c to resolve problems where v4l (multimedia/libv4l) is used when present, even if explicitly disabled during ./configure. PR: 254601 Submitted by: Felix Palmen --- emulators/wine/files/patch-dlls_qcap_v4l.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 emulators/wine/files/patch-dlls_qcap_v4l.c (limited to 'emulators/wine/files') diff --git a/emulators/wine/files/patch-dlls_qcap_v4l.c b/emulators/wine/files/patch-dlls_qcap_v4l.c new file mode 100644 index 000000000000..6d2f515a3962 --- /dev/null +++ b/emulators/wine/files/patch-dlls_qcap_v4l.c @@ -0,0 +1,14 @@ +--- dlls/qcap/v4l.c.orig 2021-03-27 14:39:57 UTC ++++ dlls/qcap/v4l.c +@@ -63,9 +63,10 @@ + #include "qcap_main.h" + #include "capture.h" + ++WINE_DEFAULT_DEBUG_CHANNEL(qcap); ++ + #ifdef HAVE_LINUX_VIDEODEV2_H + +-WINE_DEFAULT_DEBUG_CHANNEL(qcap); + WINE_DECLARE_DEBUG_CHANNEL(winediag); + + static typeof(open) *video_open = open; -- cgit graphics/'>freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sysutils/dsbmd: update 0.1.3 -> 0.2robak2016-04-112-3/+3
* Update to upstream version 0.1.3; fix staging as non-root userriggs2016-04-012-3/+3
* sysutils/dsbmd: Simplify @samplefeld2016-03-221-1/+1
* sysutils/dsbmd: Port improvementsfeld2016-03-221-5/+1