From e954868b707861fe2dcc53c053ac5600134eec5c Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 30 Jun 2011 19:18:21 +0200 Subject: [PATCH] Disable function remapping via macros STL fstream::open() is used, so the macros break the build. --- src/tools/locale/Jamfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tools/locale/Jamfile b/src/tools/locale/Jamfile index 37ef8daab7..32fdc0ccef 100644 --- a/src/tools/locale/Jamfile +++ b/src/tools/locale/Jamfile @@ -12,6 +12,10 @@ local localetools = collectcatkeys ; +# Due to the use of STL fstream open() mapping the function names via macro +# name doesn't work. +DEFINES += _HAIKU_BUILD_DONT_REMAP_FD_FUNCTIONS ; + USES_BE_API on $(localetools) = true ; UseLibraryHeaders icu ;