[Libreoffice-commits] .: solenv/gbuild
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Tue Jul 26 20:15:19 PDT 2011
solenv/gbuild/platform/macosx.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e01159b8a2cdb39e4e22b83e3978d4e235f7b2a5
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Tue Jul 26 22:14:12 2011 -0500
missing space after ifeq in HAVE_GG_NO_LONG_TEST
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index cf9d438..a0c00c9 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -104,7 +104,7 @@ gb_CXXFLAGS := \
#-fsigned-char \ might be removed?
#-malign-natural \ might be removed?
-ifeq($(HAVE_GCC_NO_LONG_DOUBLE),TRUE)
+ifeq ($(HAVE_GCC_NO_LONG_DOUBLE),TRUE)
gb_CXXFLAGS +:= -Wno-long-double
endif
More information about the Libreoffice-commits
mailing list