aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-03-29 22:50:27 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-03-29 22:50:27 +0000
commitccd4657f7c62881240407e8d44f3a074fcc8d7fa (patch)
tree7f646c3a85a92cf3df386aa13a02840469d67ad3 /emulators
parent6393f0979a63be7ff5dc4495ed1c5741a89b7f13 (diff)
downloadports-ccd4657f7c62881240407e8d44f3a074fcc8d7fa.tar.gz
ports-ccd4657f7c62881240407e8d44f3a074fcc8d7fa.zip
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 <felix@palmen-it.de>
Notes
Notes: svn path=/head/; revision=569523
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine/files/patch-dlls_qcap_v4l.c14
1 files changed, 14 insertions, 0 deletions
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;