[Libreoffice-commits] .: solenv/gbuild

Robert Nagy rnagy at kemper.freedesktop.org
Wed Apr 27 06:40:29 PDT 2011


 solenv/gbuild/platform/openbsd.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit acad6603620988185e4392adb392e1067dfe66c7
Author: Robert Nagy <robert at openbsd.org>
Date:   Wed Apr 27 17:42:07 2011 +0200

    add -DBOOST_NO_EXCEPTIONS to gb_LinkTarget_NOEXCEPTIONFLAGS

diff --git a/solenv/gbuild/platform/openbsd.mk b/solenv/gbuild/platform/openbsd.mk
index 92654af..d82a54d 100755
--- a/solenv/gbuild/platform/openbsd.mk
+++ b/solenv/gbuild/platform/openbsd.mk
@@ -41,6 +41,8 @@ gb_STDLIBS := pthread
 
 include $(GBUILDDIR)/platform/unxgcc.mk
 
+gb_LinkTarget_NOEXCEPTIONFLAGS += -DBOOST_NO_EXCEPTIONS
+
 define gb_LinkTarget__command_dynamiclink
 $(call gb_Helper_abbreviate_dirs,\
 	mkdir -p $(dir $(1)) && \


More information about the Libreoffice-commits mailing list