From 6abbf81ef2f298e3221ff5e67a1f3c5f23958212 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 14 Dec 2020 13:26:14 +0000 Subject: gentoo resync : 14.12.2020 --- .../gnustep-gui/files/gnustep-gui-0.28.0-icu68.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gnustep-base/gnustep-gui/files/gnustep-gui-0.28.0-icu68.patch (limited to 'gnustep-base/gnustep-gui/files') diff --git a/gnustep-base/gnustep-gui/files/gnustep-gui-0.28.0-icu68.patch b/gnustep-base/gnustep-gui/files/gnustep-gui-0.28.0-icu68.patch new file mode 100644 index 000000000000..5bda307b951d --- /dev/null +++ b/gnustep-base/gnustep-gui/files/gnustep-gui-0.28.0-icu68.patch @@ -0,0 +1,15 @@ +--- a/Headers/Additions/GNUstepGUI/GSCharacterPanel.h.old ++++ b/Headers/Additions/GNUstepGUI/GSCharacterPanel.h +@@ -26,6 +26,12 @@ + Free Software Foundation, 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. + */ ++#ifndef TRUE ++#define TRUE 1 ++#endif ++#ifndef FALSE ++#define FALSE 0 ++#endif + + #ifndef _GNUstep_H_GSCharacterPanel + #define _GNUstep_H_GSCharacterPanel -- cgit v1.2.3