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.11.50.40; author wiz; state Exp; branches; next ; commitid P7LCLk1RnhfexqSF; desc @@ 1.1 log @armagetronad: fix build with libxml2 2.14 @ text @$NetBSD$ Fix build with libxml2 2.14. --- src/tron/gParser.cpp.orig 2025-04-25 11:46:40.610636641 +0000 +++ src/tron/gParser.cpp @@@@ -1120,8 +1120,10 @@@@ gParser::LoadAndValidateMapXML(char cons #ifndef DEDICATED /* reset error handler */ +#if 0 initGenericErrorDefaultFunc( NULL ); #endif +#endif return validated; } @