[Libreoffice-commits] .: icu/makefile.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Nov 13 01:01:55 PST 2012


 icu/makefile.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit c814fba439237cb11f5d880eeba4bb8457752f02
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Tue Nov 13 10:01:15 2012 +0100

    Fix icu build with GCC versions that don't have the builtin atomics detected
    
    Change-Id: I9f943f807e0966aafa66dbb865941cf975ad9fe2

diff --git a/icu/makefile.mk b/icu/makefile.mk
index bfb40c2..01695cc 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -73,6 +73,8 @@ PATCH_FILES+=\
 
 .IF "$(HAVE_GCC_BUILTIN_ATOMIC)"=="TRUE"
 EXTRA_CDEFS+=-DU_HAVE_GCC_ATOMICS=1
+.ELSE
+EXTRA_CDEFS+=-DU_HAVE_GCC_ATOMICS=0
 .ENDIF
 
 .IF "$(GUI)"=="UNX"


More information about the Libreoffice-commits mailing list