summaryrefslogtreecommitdiff
path: root/textproc/icu/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/icu/patches/patch-ae')
-rw-r--r--textproc/icu/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/icu/patches/patch-ae b/textproc/icu/patches/patch-ae
new file mode 100644
index 00000000000..4bd6d3c17e2
--- /dev/null
+++ b/textproc/icu/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.5 2003/04/10 15:32:01 kent Exp $
+
+--- common/unicode/umachine.h.orig 2003-04-10 15:56:38.000000000 +0900
++++ common/unicode/umachine.h
+@@ -41,7 +41,7 @@
+ /* which are contained in the platform-specific file platform.h */
+ /*==========================================================================*/
+
+-#if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
++#if (defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)) && !defined(__NetBSDPE__)
+ # include "unicode/pwin32.h"
+ #elif defined(__OS400__)
+ # include "unicode/pos400.h"