]> git.sur5r.net Git - fstl/commitdiff
Refresh patches
authorJakob Haufe <sur5r@debian.org>
Mon, 29 Sep 2025 09:13:44 +0000 (11:13 +0200)
committerJakob Haufe <sur5r@debian.org>
Mon, 29 Sep 2025 09:13:44 +0000 (11:13 +0200)
debian/patches/fix-ftbfs-armhf

index 074b6a52bfd1d0a3d7379cba6be8fbfd163c3ff4..e074ee4a85207f50e26baaf004c6f3881f9fc1d3 100644 (file)
@@ -2,8 +2,10 @@ Description: Fix FTBFS on armhf
 Author: Jakob Haufe <sur5r@debian.org>
 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 <QMouseEvent>
  
@@ -11,4 +13,4 @@ Last-Update: 2022-06-29
 +
  #include <cmath>
  
- #include "canvas.h"
+ #include "axis.h"