svn commit: r563752 - head/www/chromium
Rene Ladan
rene at FreeBSD.org
Mon Feb 1 19:50:12 UTC 2021
Author: rene
Date: Mon Feb 1 19:50:11 2021
New Revision: 563752
URL: https://svnweb.freebsd.org/changeset/ports/563752
Log:
www/chromium: fix build when the VAAPI in multimedia/ffmpeg is switched off
PR: 253071
Submitted by: george at m5p.com
MFH: 2021Q1
Modified:
head/www/chromium/Makefile
Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile Mon Feb 1 19:48:21 2021 (r563751)
+++ head/www/chromium/Makefile Mon Feb 1 19:50:11 2021 (r563752)
@@ -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-head
mailing list