Fails on i386: i/pobj/qbs-2.0.0/qbs-src-2.0.0/src/shared/quickjs/quickjs.c:54231:24: error: use of undeclared identifier 'JSValueUnion'
return (JSValue){ (JSValueUnion){ .int32 = val }, tag }; ^ Lots of implicit declarations too On 2023/04/10 00:38, Rafael Sadowski wrote: > CVSROOT: /cvs > Module name: ports > Changes by: rsadow...@cvs.openbsd.org 2023/04/10 00:38:53 > > Modified files: > devel/qbs : Makefile distinfo > devel/qbs/patches: patch-cmake_QbsBuildConfig_cmake > devel/qbs/pkg : PLIST > Added files: > devel/qbs/patches: patch-src_lib_corelib_jsextensions_domxml_cpp > patch-src_shared_quickjs_quickjs_c > Removed files: > devel/qbs/patches: patch-doc_man_man_pri > > Log message: > Update QBS to 2.0.0 > > Switch from qmake/qt5 to cmake/qt6 to unbreak the build. >