CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/08/18 10:17:55
Modified files:
textproc/wkhtmltopdf: Makefile
textproc/wkhtmltopdf/patches:
patch-qt_mkspecs_openbsd-g++_qmake_conf
Log message:
build with -fno-delete-null-pointer-checks
-fdelete-null-pointer-checks is on by default and might optimize away required
checks in some codepaths
