Skip to content

Commit d08ea57

Browse files
committed
gnumeric112: use upstream patch to fix build on NetBSD 11+
1 parent 35911d0 commit d08ea57

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

math/gnumeric112/distinfo

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
$NetBSD: distinfo,v 1.34 2026/03/07 10:53:02 bsiegert Exp $
1+
$NetBSD: distinfo,v 1.35 2026/03/10 06:34:16 wiz Exp $
22

33
BLAKE2s (gnumeric-1.12.60.tar.xz) = d790eee3d331c134d3251ca715753344239abdac838519c803b5124e73049419
44
SHA512 (gnumeric-1.12.60.tar.xz) = 43529ca05411cba02b052754cd15bbe84b5205e58ebb7dc5e7c07131600842e523a108f509020845f036f27b0d78eb9df6db970dfeb21285dc7e5fd8171fea56
55
Size (gnumeric-1.12.60.tar.xz) = 17794296 bytes
6+
SHA1 (patch-src_sstest.c) = 712934df91cb3ea631b2e538a6557b0529f5c866
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
$NetBSD: patch-src_sstest.c,v 1.1 2026/03/10 06:34:16 wiz Exp $
2+
3+
sstest: replace `bool` type with `gboolean`
4+
https://gitlab.gnome.org/GNOME/gnumeric/-/commit/0de4c0a45f078ec211fd372da4103b09cb718b1b
5+
6+
--- src/sstest.c.orig 2026-02-11 02:07:03.000000000 +0000
7+
+++ src/sstest.c
8+
@@ -898,7 +898,7 @@ static gboolean
9+
/* ------------------------------------------------------------------------- */
10+
11+
static gboolean
12+
-check_help_expression (const char *text, GnmFunc const *fd, bool localized)
13+
+check_help_expression (const char *text, GnmFunc const *fd, gboolean localized)
14+
{
15+
GnmConventions const *convs = gnm_conventions_default;
16+
GnmParsePos pp;

0 commit comments

Comments
 (0)