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.12.16.22.46.05; author wiz; state Exp; branches; next ; commitid oLFNKDynxcMHBGmG; desc @@ 1.1 log @libxspf: remove broken uriparser version check Fix pkglint while here. @ text @$NetBSD$ Remove broken uriparser version check. --- src/XspfReader.cpp.orig 2025-12-16 22:44:25.338208693 +0000 +++ src/XspfReader.cpp @@@@ -61,10 +61,6 @@@@ #include // size_t #include // int -#if (URI_VER_MINOR < 7) || ((URI_VER_MINOR == 7) && (URI_VER_RELEASE < 2)) -# error uriparser 0.7.2 or later is required -#endif - namespace { @