diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-11-10 23:45:55 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-11-11 00:03:41 +0100 |
commit | e810503feae0b62f8e3ddb5731e0558fe7c395ab (patch) | |
tree | 7f0c9792e9a98f25455b98c470298215091f5165 /app-misc/graphlcd-base | |
parent | dev-python/ruamel-yaml-clib: fix clang-16 build error (diff) | |
download | gentoo-e810503feae0b62f8e3ddb5731e0558fe7c395ab.tar.gz gentoo-e810503feae0b62f8e3ddb5731e0558fe7c395ab.tar.bz2 gentoo-e810503feae0b62f8e3ddb5731e0558fe7c395ab.zip |
app-misc/graphlcd-base: fix patch
Closes: https://bugs.gentoo.org/88068
Closes: https://bugs.gentoo.org/8806899
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc/graphlcd-base')
-rw-r--r-- | app-misc/graphlcd-base/files/graphlcd-base-2.0.3-imagemagick7.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-misc/graphlcd-base/files/graphlcd-base-2.0.3-imagemagick7.patch b/app-misc/graphlcd-base/files/graphlcd-base-2.0.3-imagemagick7.patch index 1c938fadd870..f75b895e27e8 100644 --- a/app-misc/graphlcd-base/files/graphlcd-base-2.0.3-imagemagick7.patch +++ b/app-misc/graphlcd-base/files/graphlcd-base-2.0.3-imagemagick7.patch @@ -68,10 +68,10 @@ index cfb50de..92e2847 100644 endif -diff --git a/glcdgraphics/extformats.c b/glcdgraphics/extformats.c +diff --git a/glcdgraphics/extformats.cpp b/glcdgraphics/extformats.cpp index 5734fce..90441e6 100644 ---- a/glcdgraphics/extformats.c -+++ b/glcdgraphics/extformats.c +--- a/glcdgraphics/extformats.cpp ++++ b/glcdgraphics/extformats.cpp @@ -21,11 +21,10 @@ #include "extformats.h" #include "image.h" @@ -308,10 +308,10 @@ Subject: [PATCH] Add cleanup for MagickWand glcdgraphics/extformats.c | 3 +++ 1 file changed, 3 insertions(+) -diff --git a/glcdgraphics/extformats.c b/glcdgraphics/extformats.c +diff --git a/glcdgraphics/extformats.cpp b/glcdgraphics/extformats.cpp index 90441e6..79d14da 100644 ---- a/glcdgraphics/extformats.c -+++ b/glcdgraphics/extformats.c +--- a/glcdgraphics/extformats.cpp ++++ b/glcdgraphics/extformats.cpp @@ -65,6 +65,7 @@ bool cExtFormatFile::LoadScaled(cImage & image, const string & fileName, uint16_ if (MagickReadImage(mw, fileName.c_str()) == MagickFalse) { |