summaryrefslogtreecommitdiff
path: root/www/chromium/Makefile
diff options
context:
space:
mode:
authorRobert Nagy <rnagy@FreeBSD.org>2024-02-03 08:02:48 +0100
committerRobert Nagy <rnagy@FreeBSD.org>2024-02-03 08:04:02 +0100
commit06353dcac80eae3bdd1a0641e6f07f48c719a93a (patch)
tree73060fe38755536545877427b2ecacf37b5d5d11 /www/chromium/Makefile
parentdevel/gdb: Point to LOCALBASE/lib/debug dir for the debugging symbols. (diff)
www/chromium: ship vk_swiftshader_icd.json for libvk_swiftshader
PR: 276637 Submitted by: Lars Herschke <lhersch@dssgmbh.de>
Diffstat (limited to 'www/chromium/Makefile')
-rw-r--r--www/chromium/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index 97fcdf2bee7b..ed14bef8d9e3 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -1,5 +1,6 @@
PORTNAME= chromium
PORTVERSION= 121.0.6167.85
+PORTREVISION= 1
CATEGORIES= www wayland
MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \
https://nerd.hu/distfiles/:external
@@ -360,6 +361,7 @@ do-install:
# SwiftShader
.if ${ARCH} != aarch64
${INSTALL_LIB} ${WRKSRC}/out/${BUILDTYPE}/libvk_swiftshader.so ${STAGEDIR}${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/vk_swiftshader_icd.json ${STAGEDIR}${DATADIR}
.endif
post-install-DEBUG-on: