From 1dfe83d794d0d016377eb5f8ea3426adb20c72d4 Mon Sep 17 00:00:00 2001 From: kmos Date: Thu, 26 Mar 2026 19:21:09 +0000 Subject: [PATCH] argclass.cc:23:1: note: 'INT32_MAX' is defined in header ''; this is probably fixable by adding '#include ' Add this include to fix build on sparc64 ok sthen --- x11/worker/patches/patch-src_argclass_cc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 x11/worker/patches/patch-src_argclass_cc diff --git a/x11/worker/patches/patch-src_argclass_cc b/x11/worker/patches/patch-src_argclass_cc new file mode 100644 index 00000000000..2a18d931170 --- /dev/null +++ b/x11/worker/patches/patch-src_argclass_cc @@ -0,0 +1,15 @@ +'INT32_MAX' was not declared in this scope + +this is probably fixable by adding '#include ' + +Index: src/argclass.cc +--- src/argclass.cc.orig ++++ src/argclass.cc +@@ -20,6 +20,7 @@ + */ + + #include "argclass.hh" ++#include + + ArgClass::~ArgClass() + {