Skip to content

Commit 0d4a90a

Browse files
committed
fcitx5-mozc: allow network access during build
This downloads lots of stuff during build. Workaround to make the package compile again, for now. TODO: this is wrong and should be fixed.
1 parent 6901a6b commit 0d4a90a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

inputmethod/fcitx5-mozc/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.32 2024/11/14 22:20:23 wiz Exp $
1+
# $NetBSD: Makefile,v 1.33 2025/01/30 15:51:11 wiz Exp $
22

33
PKGNAME= fcitx5-${DISTNAME}
44
PKGREVISION= 5
@@ -21,6 +21,10 @@ DEPENDS+= mozc-server>=2.29:../../inputmethod/mozc-server
2121
DEPENDS+= mozc-renderer>=2.29:../../inputmethod/mozc-renderer
2222
DEPENDS+= mozc-tool>=2.29:../../inputmethod/mozc-tool
2323

24+
# TODO: fix, shouldn't download during build
25+
# bazel-skylib and many others
26+
ALLOW_NETWORK_ACCESS= yes
27+
2428
do-build:
2529
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
2630
${PREFIX}/bin/bazel \

0 commit comments

Comments
 (0)