From 971cb789e90444bf3d7aa50d8cd2aa250e6a0c57 Mon Sep 17 00:00:00 2001 From: "J.R. Oldroyd" Date: Tue, 11 Jan 2022 08:05:28 +0100 Subject: graphics/airsaned: update to 0.3.2.54_1 Properly update to 0.3.2.54 after using the wrong git hash. Some of the patches have been merged upstrem and can be removed. PR: 261068 Reported by: fbsd@opal.com (maintainer) Fixes: fa24020b477a2a37a01dedf11bfd83e744f81cd1 --- .../airsaned/files/patch-imageformats-pngencoder.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 graphics/airsaned/files/patch-imageformats-pngencoder.cpp (limited to 'graphics/airsaned/files/patch-imageformats-pngencoder.cpp') diff --git a/graphics/airsaned/files/patch-imageformats-pngencoder.cpp b/graphics/airsaned/files/patch-imageformats-pngencoder.cpp deleted file mode 100644 index 14d8e66c4d75..000000000000 --- a/graphics/airsaned/files/patch-imageformats-pngencoder.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- imageformats/pngencoder.cpp.orig 2021-02-01 18:41:51 UTC -+++ imageformats/pngencoder.cpp -@@ -17,11 +17,17 @@ along with this program. If not, see -+#else - #include -+#endif - #include - #include - #if __APPLE__ - #include -+#elif __FreeBSD__ -+#include - #else - #include - #endif -- cgit v1.2.3