From d148c444e4ff9387da8ada8adf6c3af34e1c4729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 27 Jun 2020 12:21:58 +0200 Subject: [PATCH] libfreehand: fix build w/ newer icu --- srcpkgs/libfreehand/patches/umachine.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/libfreehand/patches/umachine.patch diff --git a/srcpkgs/libfreehand/patches/umachine.patch b/srcpkgs/libfreehand/patches/umachine.patch new file mode 100644 index 0000000000..61ab987df6 --- /dev/null +++ b/srcpkgs/libfreehand/patches/umachine.patch @@ -0,0 +1,11 @@ +--- src/lib/libfreehand_utils.cpp 2017-09-16 12:28:50.000000000 +0200 ++++ src/lib/libfreehand_utils.cpp 2020-06-27 12:18:04.687184906 +0200 +@@ -10,6 +10,8 @@ + #include + #include + ++#define UPRV_BLOCK_MACRO_BEGIN ++#define UPRV_BLOCK_MACRO_END + #include + #include + #include "libfreehand_utils.h"