From 92921c37ce02ef49898a19ee5eb4f6c54d2fd87c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Mon, 17 Dec 2018 09:39:52 +0100 Subject: [PATCH] eboard: update to 1.1.3. --- srcpkgs/eboard/patches/cimg.patch | 16 ---------------- srcpkgs/eboard/patches/configure.patch | 9 --------- srcpkgs/eboard/template | 16 ++++++++++------ 3 files changed, 10 insertions(+), 31 deletions(-) delete mode 100644 srcpkgs/eboard/patches/cimg.patch diff --git a/srcpkgs/eboard/patches/cimg.patch b/srcpkgs/eboard/patches/cimg.patch deleted file mode 100644 index 3d38246fa1f..00000000000 --- a/srcpkgs/eboard/patches/cimg.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- cimg.cc.orig 2017-01-05 00:43:20.664395461 +0100 -+++ cimg.cc 2017-01-05 00:44:12.366397039 +0100 -@@ -94,11 +94,11 @@ - ct == PNG_COLOR_TYPE_GRAY_ALPHA) - png_set_gray_to_rgb(pngp); - -- alloc(pngp->width,pngp->height); -+ alloc(width,height); - if (!ok) { fclose(f); return; } - ok = 0; - -- for(i=0;iheight;i++) { -+ for(i=0;i