From 948d557b4a61dc14722668b6b11a4cf3cee07b01 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 13 Sep 2019 17:56:30 +0100 Subject: gentoo resync : 13.09.2019 --- .../xpaint-2.9.10.3-Fix-build-with-clang.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 media-gfx/xpaint/files/xpaint-2.9.10.3-Fix-build-with-clang.patch (limited to 'media-gfx/xpaint/files/xpaint-2.9.10.3-Fix-build-with-clang.patch') diff --git a/media-gfx/xpaint/files/xpaint-2.9.10.3-Fix-build-with-clang.patch b/media-gfx/xpaint/files/xpaint-2.9.10.3-Fix-build-with-clang.patch deleted file mode 100644 index a5a26214409e..000000000000 --- a/media-gfx/xpaint/files/xpaint-2.9.10.3-Fix-build-with-clang.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 69a76e5f4a72d83635cd413b7460df4776b2605f Mon Sep 17 00:00:00 2001 -From: hasufell -Date: Sun, 16 Aug 2015 16:51:26 +0200 -Subject: [PATCH] Fix build with clang - ---- - rw/readWriteTGA.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/rw/readWriteTGA.c b/rw/readWriteTGA.c -index 306a751..9046ee3 100644 ---- a/rw/readWriteTGA.c -+++ b/rw/readWriteTGA.c -@@ -607,7 +607,7 @@ int WriteTGA(char *file_name, Image * image) - int tga_defdir = 1; - int transparency = -1; - -- if (!image) return; -+ if (!image) return -1; - w = image->width; - h = image->height; - bpp = image->scale; --- -2.5.0 - -- cgit v1.2.3