[Libreoffice-commits] .: solenv/inc

Robert Nagy rnagy at kemper.freedesktop.org
Fri Nov 5 06:56:23 PDT 2010


 solenv/inc/unxobsd.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c14f7986941a9a6375c3c5c897389c8298d37db1
Author: Robert Nagy <robert at openbsd.org>
Date:   Fri Nov 5 14:55:12 2010 +0100

    -DBOOST_NO_EXCEPTIONS for OpenBSD

diff --git a/solenv/inc/unxobsd.mk b/solenv/inc/unxobsd.mk
index d5a0d0c..974dd45 100644
--- a/solenv/inc/unxobsd.mk
+++ b/solenv/inc/unxobsd.mk
@@ -94,7 +94,7 @@ CFLAGSCC= -pipe $(ARCH_FLAGS)
 # Flags for enabling exception handling
 CFLAGSEXCEPTIONS=-fexceptions -fno-enforce-eh-specs
 # Flags for disabling exception handling
-CFLAGS_NO_EXCEPTIONS=-fno-exceptions
+CFLAGS_NO_EXCEPTIONS=-fno-exceptions -DBOOST_NO_EXCEPTIONS
 
 # -fpermissive should be removed as soon as possible
 CFLAGSCXX= -pipe $(ARCH_FLAGS)


More information about the Libreoffice-commits mailing list