summaryrefslogtreecommitdiff
path: root/textproc/icu/patches/patch-common_putilimp.h
blob: 5d5424581be298ffc11850498dd958337907b28c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-common_putilimp.h,v 1.5 2020/04/12 07:06:43 adam Exp $

MirBSD support.

--- common/putilimp.h.orig	2020-03-11 18:16:11.000000000 +0000
+++ common/putilimp.h
@@ -128,6 +128,8 @@ typedef size_t uintptr_t;
    /* not defined */
 #elif U_PLATFORM == U_PF_IPHONE
    /* not defined */
+#elif defined(__MirBSD__)
+   /* not defined */
 #else
 #   define U_TIMEZONE timezone
 #endif