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

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Wed Jan 19 11:40:41 PST 2011


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

New commits:
commit 57ac77e0104d5bd9e9e37ffa8ad24c0ce81894af
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Wed Jan 19 12:42:55 2011 -0600

    Revert "starmath need to have _DLL_ defined, even on MacOS"
    
    This reverts commit 60d98f881effca97b0165c8d391950e0d5da3e3d.
    
    This is not the proper way to solve this problem. starmath should not depend on _DLL_

diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index a215cff..fee4cef 100755
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -251,7 +251,7 @@ endef
 
 # Library class
 
-gb_Library_DEFS := -D_DLL_
+gb_Library_DEFS :=
 gb_Library_TARGETTYPEFLAGS := -dynamiclib -single_module
 gb_Library_SYSPRE := lib
 gb_Library_UNOVERPRE := $(gb_Library_SYSPRE)uno_


More information about the Libreoffice-commits mailing list