Date: Mon, 29 Mar 2021 22:50:27 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r569523 - head/emulators/wine/files Message-ID: <202103292250.12TMoRcu049247@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Mon Mar 29 22:50:27 2021 New Revision: 569523 URL: https://svnweb.freebsd.org/changeset/ports/569523 Log: 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> Added: head/emulators/wine/files/patch-dlls_qcap_v4l.c (contents, props changed) Added: head/emulators/wine/files/patch-dlls_qcap_v4l.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/wine/files/patch-dlls_qcap_v4l.c Mon Mar 29 22:50:27 2021 (r569523) @@ -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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103292250.12TMoRcu049247>