From deba8115d2c2af26df42966b91ef04ff4dd79cde Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 May 2020 11:09:11 +0100 Subject: gentoo resync : 14.05.2020 --- app-editors/ee/files/ee-gcc-10.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 app-editors/ee/files/ee-gcc-10.patch (limited to 'app-editors/ee/files') diff --git a/app-editors/ee/files/ee-gcc-10.patch b/app-editors/ee/files/ee-gcc-10.patch new file mode 100644 index 000000000000..2577d76f25f6 --- /dev/null +++ b/app-editors/ee/files/ee-gcc-10.patch @@ -0,0 +1,22 @@ +--- a/new_curse.c ++++ b/new_curse.c +@@ -83,6 +83,8 @@ + #endif + + ++struct _line *top_of_win; ++ + WINDOW *curscr; + static WINDOW *virtual_scr; + WINDOW *stdscr; +--- a/new_curse.h ++++ b/new_curse.h +@@ -161,7 +161,7 @@ + int number; + }; + +-struct _line *top_of_win; ++extern struct _line *top_of_win; + + typedef struct WIND { + int SR; /* starting row */ -- cgit v1.2.3