head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @// @; 1.1 date 2025.08.19.12.52.17; author plunky; state Exp; branches; next ; commitid pFGeAGnTl1608l7G; desc @@ 1.1 log @ Update QCAD to 3.32.3.4 Changelog at https://www.qcad.org/en/documentation/changelog this [incidentally] fixes a recent build failure after the update to Qt6.9.1, raised by wiz@@ @ text @$NetBSD$ fcloseall() may not be available (CloseAllFiles is not used by QCAD anyway) --- src/3rdparty/opennurbs/opennurbs_defines.cpp.orig 2025-06-29 15:24:08.450418459 +0000 +++ src/3rdparty/opennurbs/opennurbs_defines.cpp @@@@ -499,7 +499,7 @@@@ int ON::CloseAllFiles() //fcloseall is not supported on mac/ios or android return EOF; #else - return fcloseall(); + return EOF; #endif } @