commit: 2487b7ce53ed4d2db53e0a7a693e792ef3ad5127 Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Tue Feb 17 15:49:54 2026 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Tue Feb 17 15:49:54 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2487b7ce
media-gfx/sfftobmp: remove unused patch Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> .../sfftobmp-3.1.1-gcc44-and-boost-1_37.patch | 28 ---------------------- 1 file changed, 28 deletions(-) diff --git a/media-gfx/sfftobmp/files/sfftobmp-3.1.1-gcc44-and-boost-1_37.patch b/media-gfx/sfftobmp/files/sfftobmp-3.1.1-gcc44-and-boost-1_37.patch deleted file mode 100644 index 226b717431de..000000000000 --- a/media-gfx/sfftobmp/files/sfftobmp-3.1.1-gcc44-and-boost-1_37.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- a/src/cmdline.cpp -+++ b/src/cmdline.cpp -@@ -35,6 +35,7 @@ - - ---RCS-Info--------------------------------------------------*/ - -+#include <cstdio> - #include <vector> - #include <cassert> - #include <iostream> ---- a/src/common.cpp -+++ b/src/common.cpp -@@ -49,6 +49,7 @@ - #include <sys/utime.h> - #endif - -+#include <cstdio> - #include <cassert> - #include <iostream> - ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -3,4 +3,4 @@ - INCLUDES = -I$(top_builddir) -I$(top_srcdir) - bin_PROGRAMS = sfftobmp - sfftobmp_SOURCES = my_getopt.c cmdline.cpp codes.cpp common.cpp decoder.cpp input.cpp main.cpp output.cpp --sfftobmp_LDADD = @TIFF_LIB@ @JPEG_LIB@ -lboost_filesystem -+sfftobmp_LDADD = @TIFF_LIB@ @JPEG_LIB@ -lboost_filesystem -lboost_system
