From 24fd814c326e282c4321965c31f341dad77e270d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 8 Jan 2021 11:28:34 +0000 Subject: gentoo resync : 08.01.2021 --- app-misc/graphlcd-base/files/graphlcd-base-2.0.0-musl.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 app-misc/graphlcd-base/files/graphlcd-base-2.0.0-musl.patch (limited to 'app-misc/graphlcd-base/files') diff --git a/app-misc/graphlcd-base/files/graphlcd-base-2.0.0-musl.patch b/app-misc/graphlcd-base/files/graphlcd-base-2.0.0-musl.patch deleted file mode 100644 index 388d2f93f8f8..000000000000 --- a/app-misc/graphlcd-base/files/graphlcd-base-2.0.0-musl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/glcdgraphics/font.c -+++ b/glcdgraphics/font.c -@@ -176,7 +176,7 @@ - - int y; int loop; - int num = 0; -- uint dot; uint b; -+ unsigned int dot; unsigned int b; - cBitmap * charBitmap = new cBitmap(charWidth, fontHeight); - charBitmap->SetMonochrome(true); - charBitmap->Clear(); -- cgit v1.2.3