[Libreoffice-commits] .: canvas/StaticLibrary_directxcanvas.mk

Lubos Lunak llunak at kemper.freedesktop.org
Sat Mar 17 13:52:58 PDT 2012


 canvas/StaticLibrary_directxcanvas.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 66ff55f8c6a4a315023b26f60056c3e52e3fc15c
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Sat Mar 17 21:51:21 2012 +0100

    compile these with exceptions again
    
    a13a88bd2c673d059b60e339dcf3b8fabf991f18 changes them to build
    without exceptions by mistake, causing a boost problem

diff --git a/canvas/StaticLibrary_directxcanvas.mk b/canvas/StaticLibrary_directxcanvas.mk
index cd74a2c..c4ff2b6 100644
--- a/canvas/StaticLibrary_directxcanvas.mk
+++ b/canvas/StaticLibrary_directxcanvas.mk
@@ -43,7 +43,7 @@ $(eval $(call gb_StaticLibrary_add_defs,directxcanvas,\
 	-UNOMINMAX \
 ))
 
-$(eval $(call gb_StaticLibrary_add_noexception_objects,directxcanvas,\
+$(eval $(call gb_StaticLibrary_add_exception_objects,directxcanvas,\
 	canvas/source/directx/dx_bitmap \
 	canvas/source/directx/dx_bitmapcanvashelper \
 	canvas/source/directx/dx_canvasbitmap \


More information about the Libreoffice-commits mailing list