head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.8 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.6 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.4 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.2 pkgsrc-2025Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2025.04.25.21.25.03; author nia; state Exp; branches; next ; commitid EQEh9Eznad4RHtSF; desc @@ 1.1 log @basilisk: Initial import of the Basilisk web browser Basilisk is an UXP-based web browser inspired by pre-Servo Firefox but using the Goanna engine from Pale Moon. It's essentially Pale Moon with a user interface more like www/firefox52. @ text @$NetBSD: patch-platform_intl_icu_source_configure,v 1.1 2024/07/26 08:05:23 nia Exp $ Shell portability. --- platform/intl/icu/source/configure.orig 2024-07-10 08:54:53.000000000 +0000 +++ platform/intl/icu/source/configure @@@@ -7867,13 +7867,13 @@@@ fi # Now that we're done using CPPFLAGS etc. for tests, we can change it # for build. -if test "${CC}" == "clang"; then +if test "${CC}" = "clang"; then CLANGCFLAGS="-Qunused-arguments -Wno-parentheses-equality" else CLANGCFLAGS="" fi -if test "${CXX}" == "clang++"; then +if test "${CXX}" = "clang++"; then CLANGCXXFLAGS="-Qunused-arguments -Wno-parentheses-equality" else CLANGCXXFLAGS="" @