From: Jakob Haufe Date: Mon, 29 Sep 2025 09:13:44 +0000 (+0200) Subject: Refresh patches X-Git-Tag: debian/0.11.1-1~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=963a1b51c099d1f8f373125ebebe0bb3b52db668;p=fstl Refresh patches --- 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"