CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/02/20 06:50:33
Modified files:
net/zabbix : Makefile
Added files:
net/zabbix/patches: patch-src_libs_zbxembed_duk_config_h
Log message:
Fix bundled duktape's intptr detection on sparc and sparc64 to fix builds
The "sqlite3" flavour failed:
> In file included from duktape.h:196,
> from duktape.c:189:
> duk_config.h:1981:2: error: #error cannot determine intptr type
Defines are already there for these architectures but not used in this
piece of code.
OK robert