From 1f9488b1c6645f868ecee22dc7174dc9b6ca25cc Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 18 Feb 2021 12:48:04 +0300 Subject: app-misc/bdfresize: Use patch instead of sed Package-Manager: Portage-3.0.14, Repoman-3.0.2 --- app-misc/bdfresize/files/malloc.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app-misc/bdfresize/files/malloc.patch (limited to 'app-misc/bdfresize/files/malloc.patch') diff --git a/app-misc/bdfresize/files/malloc.patch b/app-misc/bdfresize/files/malloc.patch new file mode 100644 index 0000000..256798b --- /dev/null +++ b/app-misc/bdfresize/files/malloc.patch @@ -0,0 +1,12 @@ +diff --git i/charresize.c w/charresize.c +index b6c694a..795bff4 100644 +--- i/charresize.c ++++ w/charresize.c +@@ -46,7 +46,6 @@ static int bit[8] = { 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01 }; + void + processChar(void) + { +- char *malloc(); + char *srcimage; + int *dstgray; + -- cgit 1.4.1