public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/icu/files: icu-49.1.1-bsd.patch
@ 2012-05-09 12:40 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2012-05-09 12:40 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/09 12:40:44

  Added:                icu-49.1.1-bsd.patch
  Log:
  Fix build of icu 49 on FreeBSD.
  
  (Portage version: 2.2.0_alpha102/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-libs/icu/files/icu-49.1.1-bsd.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/files/icu-49.1.1-bsd.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/files/icu-49.1.1-bsd.patch?rev=1.1&content-type=text/plain

Index: icu-49.1.1-bsd.patch
===================================================================
FreeBSD does not have timezone. ICU is able to compute it if U_TIMEZONE is not
set.

--- icu/source/common/putilimp.h.old	2012-05-06 10:04:23.000000000 -0400
+++ icu/source/common/putilimp.h	2012-05-06 10:05:50.000000000 -0400
@@ -118,6 +118,8 @@
 #   define U_TIMEZONE _timezone
 #elif U_PLATFORM == U_PF_OS400
    /* not defined */
+#elif U_PLATFORM == U_PF_BSD
+   /* not defined */
 #else
 #   define U_TIMEZONE timezone
 #endif






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-09 12:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 12:40 [gentoo-commits] gentoo-x86 commit in dev-libs/icu/files: icu-49.1.1-bsd.patch Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox