svn commit: r563753 - branches/2021Q1/www/chromium

Rene Ladan rene at FreeBSD.org
Mon Feb 1 19:50:54 UTC 2021


Author: rene
Date: Mon Feb  1 19:50:53 2021
New Revision: 563753
URL: https://svnweb.freebsd.org/changeset/ports/563753

Log:
  MFH: r563752
  
  www/chromium: fix build when the VAAPI in multimedia/ffmpeg is switched off
  
  PR:		253071
  Submitted by:	george at m5p.com

Modified:
  branches/2021Q1/www/chromium/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/www/chromium/Makefile
==============================================================================
--- branches/2021Q1/www/chromium/Makefile	Mon Feb  1 19:50:11 2021	(r563752)
+++ branches/2021Q1/www/chromium/Makefile	Mon Feb  1 19:50:53 2021	(r563753)
@@ -28,7 +28,8 @@ BUILD_DEPENDS=	bash:shells/bash \
 		${LOCALBASE}/bin/ar:devel/binutils \
 		${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \
 		${LOCALBASE}/share/usbids/usb.ids:misc/usbids \
-		${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${PY_FLAVOR} \
+		${LOCALBASE}/include/va/va.h:multimedia/libva
 
 LIB_DEPENDS=	libatk-bridge-2.0.so:accessibility/at-spi2-atk \
 		libatspi.so:accessibility/at-spi2-core \


More information about the svn-ports-all mailing list