File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # $NetBSD: Makefile,v 1.32 2025/12/23 13:22:09 kikadf Exp $
1+ # $NetBSD: Makefile,v 1.33 2026/01/06 15:55:51 ryoon Exp $
22
33DISTNAME = chromium-${VERSION}
44VERSION = 143.0.7499.169
5+ PKGREVISION = 1
56CATEGORIES = www
67MASTER_SITES = https://commondatastorage.googleapis.com/chromium-browser-official/
78EXTRACT_SUFX_C = .tar.xz
@@ -123,7 +124,8 @@ TARGET= chrome chromedriver
123124# with hooks to use them from the system.
124125GN_SYSTEM_LIBS = dav1d
125126GN_SYSTEM_LIBS+ = fontconfig
126- GN_SYSTEM_LIBS+ = icu
127+ # As of 143.0.7499.169, icu-78.1 is incompatible.
128+ # GN_SYSTEM_LIBS+= icu
127129GN_SYSTEM_LIBS+ = libaom
128130GN_SYSTEM_LIBS+ = libjpeg # libjpeg-turbo
129131GN_SYSTEM_LIBS+= libpng
@@ -359,7 +361,8 @@ BUILDLINK_DEPMETHOD.clang= build
359361# Use -lpciutils instead of -lpci for pkgsrc.
360362BUILDLINK_TRANSFORM+ = l:pci:pciutils
361363.include "../../textproc/expat/buildlink3.mk"
362- .include "../../textproc/icu/buildlink3.mk"
364+ # As of 143.0.7499.169, icu-78.1 is incompatible.
365+ # .include "../../textproc/icu/buildlink3.mk"
363366.include "../../textproc/jsoncpp/buildlink3.mk"
364367.include "../../textproc/libxml2/buildlink3.mk"
365368.include "../../textproc/libxslt/buildlink3.mk"
You can’t perform that action at this time.
0 commit comments