head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @// @; 1.1 date 2025.11.20.20.34.49; author wiz; state Exp; branches; next ; commitid v4uauMPsKCEvIkjG; desc @@ 1.1 log @kf6-karchive: fix build with latest qt6 @ text @$NetBSD$ Fix build with qt6 6.10.1. https://github.com/KDE/karchive/commit/93710faabd590ae517927c6cd4e22634fbd409db --- src/krcc.cpp.orig 2025-09-08 08:10:58.000000000 +0000 +++ src/krcc.cpp @@@@ -114,7 +114,7 @@@@ bool KRcc::openArchive(QIODevice::OpenMo return true; } if (mode != QIODevice::ReadOnly && mode != QIODevice::ReadWrite) { - setErrorString(tr("Unsupported mode %1").arg(mode)); + setErrorString(tr("Unsupported mode %1").arg(static_cast(mode))); return false; } @