From 963a1b51c099d1f8f373125ebebe0bb3b52db668 Mon Sep 17 00:00:00 2001 From: Jakob Haufe Date: Mon, 29 Sep 2025 11:13:44 +0200 Subject: [PATCH] Refresh patches --- debian/patches/fix-ftbfs-armhf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/patches/fix-ftbfs-armhf b/debian/patches/fix-ftbfs-armhf index 074b6a5..e074ee4 100644 --- a/debian/patches/fix-ftbfs-armhf +++ b/debian/patches/fix-ftbfs-armhf @@ -2,8 +2,10 @@ Description: Fix FTBFS on armhf Author: Jakob Haufe Last-Update: 2022-06-29 ---- fstl-0.10.0.orig/src/canvas.cpp -+++ fstl-0.10.0/src/canvas.cpp +Index: fstl/src/canvas.cpp +=================================================================== +--- fstl.orig/src/canvas.cpp ++++ fstl/src/canvas.cpp @@ -1,5 +1,7 @@ #include @@ -11,4 +13,4 @@ Last-Update: 2022-06-29 + #include - #include "canvas.h" + #include "axis.h" -- 2.39.5