libfreehand: fix build w/ newer icu
This commit is contained in:
parent
af7854df0d
commit
d148c444e4
1 changed files with 11 additions and 0 deletions
11
srcpkgs/libfreehand/patches/umachine.patch
Normal file
11
srcpkgs/libfreehand/patches/umachine.patch
Normal file
|
@ -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 <cstdarg>
|
||||
#include <cstdio>
|
||||
|
||||
+#define UPRV_BLOCK_MACRO_BEGIN
|
||||
+#define UPRV_BLOCK_MACRO_END
|
||||
#include <unicode/utf8.h>
|
||||
#include <unicode/utf16.h>
|
||||
#include "libfreehand_utils.h"
|
Loading…
Reference in a new issue