summaryrefslogtreecommitdiff
path: root/textproc/icu/patches/patch-common_putilimp.h
blob: 02809415d9b1743d493cf0dc026be95ec3df8616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-common_putilimp.h,v 1.1 2012/07/10 19:14:48 bsiegert Exp $

--- common/putilimp.h.orig	Fri Jun 22 08:38:46 2012
+++ common/putilimp.h
@@ -119,6 +119,8 @@ typedef size_t uintptr_t;
 #   define U_TIMEZONE _timezone
 #elif U_PLATFORM == U_PF_OS400
    /* not defined */
+#elif defined(__MirBSD__)
+   /* not defined */
 #else
 #   define U_TIMEZONE timezone
 #endif