svn commit: r569523 - head/emulators/wine/files

Gerald Pfeifer gerald at FreeBSD.org
Mon Mar 29 22:50:28 UTC 2021


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 at 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;


More information about the svn-ports-all mailing list