Control: tags + pending

Hi, everyone (particularly Santiago Vila),

You wrote:

> During a rebuild of all packages in unstable using autoconf 2.73
> (available in experimental), this package [trader] failed to
> build.

Thank you for bringing this to my attention.  The fix is a very
simple one from a source code perspective (patch attached).

I intend to upload Star Traders v7.21 in the next couple of weeks
(via a sponsored upload, since I am not yet a DM), which will
include this fix amongst others.

Yours truly,

John Zaitseff

-- 
John Zaitseff   ╭───╮   Email: [email protected]
The ZAP Group   │ Z │   GnuPG: 0x0D254111C4EE569B
Australia Inc.  ╰───╯   https://www.zap.org.au/~john/
diff -ruNa trader-7.18.orig/configure.ac trader-7.18/configure.ac
--- trader-7.18.orig/configure.ac	2022-08-03 20:12:04.000000000 +1000
+++ trader-7.18/configure.ac	2026-05-16 18:19:59.267999901 +1000
@@ -41,7 +41,7 @@
 
 AC_PROG_CC
 AS_CASE(["$ac_prog_cc_stdc"],
-	[c17|c11|c99], [], [
+	[c23|c17|c11|c99], [], [
 	AC_MSG_ERROR([requires an ISO/IEC 9899:1999 (C99) compiler])
 ])
 

Reply via email to