mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
gnumeric, new recipe for the Gnome spreadsheet application (#13911)
This commit is contained in:
21
app-office/gnumeric/patches/gnumeric-1.12.60.patchset
Normal file
21
app-office/gnumeric/patches/gnumeric-1.12.60.patchset
Normal file
@@ -0,0 +1,21 @@
|
||||
From a752b1b8d2c87600bcafb071e2a2e660f3cf5eef Mon Sep 17 00:00:00 2001
|
||||
From: Luc Schrijvers <begasus@gmail.com>
|
||||
Date: Sun, 5 Apr 2026 12:47:25 +0200
|
||||
Subject: Add missing header stdbool.h
|
||||
|
||||
|
||||
diff --git a/src/sstest.c b/src/sstest.c
|
||||
index 0a0073e..b9198e5 100644
|
||||
--- a/src/sstest.c
|
||||
+++ b/src/sstest.c
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <gsf/gsf-input-textline.h>
|
||||
#include <glib/gstdio.h>
|
||||
#include <glib/gi18n.h>
|
||||
+#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
--
|
||||
2.52.0
|
||||
|
||||
Reference in New Issue
Block a user