[Libreoffice-commits] .: Branch 'feature/gbuild_extensions' - solenv/gbuild

Michael Stahl mst at kemper.freedesktop.org
Wed Jan 4 07:05:37 PST 2012


 solenv/gbuild/platform/macosx.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 81151f6861eeb24c356f6fb544a78e4459070bf3
Author: Michael Stahl <mstahl at redhat.com>
Date:   Wed Jan 4 16:02:54 2012 +0100

    gbuild: macosx.mk: enable -fobjc-exceptions
    
    Add it to gb_OBJCFLAGS, just like in old solenv/inc/unxmacx.mk.

diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index bd92908..114dd16 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -84,7 +84,7 @@ endif
 # (see toolkit module for a case where it is necessary to do it this way)
 gb_OBJCXXFLAGS := -x objective-c++ -fobjc-exceptions
 
-gb_OBJCFLAGS := -x objective-c
+gb_OBJCFLAGS := -x objective-c -fobjc-exceptions
 
 gb_LinkTarget_LDFLAGS := \
 	-Wl,-syslibroot,$(gb_SDKDIR) \


More information about the Libreoffice-commits mailing list