head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.18 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.16 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.14 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.12 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.10 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.8 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.6 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.4 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.2 pkgsrc-2024Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2024.02.10.01.17.27; author ryoon; state Exp; branches; next ; commitid mXyKxHnOjWSPaPXE; desc @@ 1.1 log @mozc: Update to 2.29.5268.102 * Convert to use devel/bazel as build automation tool. * Bazel downloads distfiles during build. It is difficult to avoid the downloading because it is performed recursively. Changelog: Not Available. @ text @$NetBSD$ --- bazel/pkg_config_repository.bzl.orig 2023-12-14 08:51:15.941327119 +0000 +++ bazel/pkg_config_repository.bzl @@@@ -103,7 +103,7 @@@@ def _pkg_config_repository_impl(repo_ctx "hdrs": _make_strlist([item + "/**" for item in includes]), "copts": _make_strlist(_exec_pkg_config(repo_ctx, "--cflags-only-other")), "includes": _make_strlist(includes), - "linkopts": _make_strlist(_exec_pkg_config(repo_ctx, "--libs-only-l")), + "linkopts": _make_strlist(_exec_pkg_config(repo_ctx, "--libs")), } build_file_data = BUILD_TEMPLATE.format(**data) @