diff options
Diffstat (limited to 'debian/patches')
4 files changed, 63 insertions, 0 deletions
diff --git a/debian/patches/0001-callbacks-included-gstdio.h.patch b/debian/patches/0001-callbacks-included-gstdio.h.patch new file mode 100644 index 00000000..dea28cb8 --- /dev/null +++ b/debian/patches/0001-callbacks-included-gstdio.h.patch @@ -0,0 +1,20 @@ +From: Lucas de Castro Borges <lucas@gnuabordo.com.br> +Date: Mon, 22 Apr 2024 02:28:14 -0300 +Subject: callbacks included gstdio.h + +--- + shell/callbacks.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/shell/callbacks.c b/shell/callbacks.c +index e780847..a83618f 100644 +--- a/shell/callbacks.c ++++ b/shell/callbacks.c +@@ -18,6 +18,7 @@ + + #include <stdlib.h> + #include <gtk/gtk.h> ++#include <glib/gstdio.h> + + #include "hardinfo.h" + #include "callbacks.h" diff --git a/debian/patches/0002-module-benchmark-fft.c-included-cpu_util-header.patch b/debian/patches/0002-module-benchmark-fft.c-included-cpu_util-header.patch new file mode 100644 index 00000000..329f76db --- /dev/null +++ b/debian/patches/0002-module-benchmark-fft.c-included-cpu_util-header.patch @@ -0,0 +1,20 @@ +From: Lucas de Castro Borges <lucas@gnuabordo.com.br> +Date: Mon, 22 Apr 2024 02:54:09 -0300 +Subject: module benchmark/fft.c included cpu_util header + +--- + modules/benchmark/fft.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/modules/benchmark/fft.c b/modules/benchmark/fft.c +index 503a7aa..1e413c0 100644 +--- a/modules/benchmark/fft.c ++++ b/modules/benchmark/fft.c +@@ -17,6 +17,7 @@ + */ + + #include "hardinfo.h" ++#include "cpu_util.h" + #include "benchmark.h" + #include "fftbench.h" + diff --git a/debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch b/debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch new file mode 100644 index 00000000..4bd15b5f --- /dev/null +++ b/debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch @@ -0,0 +1,20 @@ +From: Lucas de Castro Borges <lucas@gnuabordo.com.br> +Date: Mon, 22 Apr 2024 18:36:27 -0300 +Subject: shell/syncmanager included glib stdio header + +--- + shell/syncmanager.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/shell/syncmanager.c b/shell/syncmanager.c +index 17fdc42..d071994 100644 +--- a/shell/syncmanager.c ++++ b/shell/syncmanager.c +@@ -26,6 +26,7 @@ + #include <stdarg.h> + #include <string.h> + #include <fcntl.h> ++#include <glib/gstdio.h> + #include <stdio.h> + + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 00000000..68a53ef1 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,3 @@ +0001-callbacks-included-gstdio.h.patch +0002-module-benchmark-fft.c-included-cpu_util-header.patch +0003-shell-syncmanager-included-glib-stdio-header.patch |