head 1.2; access; symbols pkgsrc-2025Q4:1.1.0.12 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.10 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.8 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.6 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.4 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.2 pkgsrc-2024Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2026.03.07.11.52.42; author nia; state dead; branches; next 1.1; commitid Uc1rUAX3z2I3o2xG; 1.1 date 2024.07.16.10.27.56; author nia; state Exp; branches; next ; commitid KePH9yJNO77Oa3iF; desc @@ 1.2 log @Remove arcticfox. Use palemoon - works on more netbsd architectures, more recent code base, better web compatibility @ text @$NetBSD: patch-intl_icu_source_configure,v 1.1 2024/07/16 10:27:56 nia Exp $ Shell portability. --- intl/icu/source/configure.orig 2024-07-16 08:20:50.194730485 +0000 +++ intl/icu/source/configure @@@@ -7778,13 +7778,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="" @ 1.1 log @arcticfox: Fix a shell portability issue. No functional change. @ text @d1 1 a1 1 $NetBSD$ @