[Libreoffice-commits] .: cppunit/ExternalProject_cppunit.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 6 23:16:33 PST 2012


 cppunit/ExternalProject_cppunit.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b66e034904c7d5b0aa60170240deebc84811aa16
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Dec 7 08:15:58 2012 +0100

    cppunit is PLAINLIBS_NONE
    
    Change-Id: Id6401999d20069f17133a765195cd49b50ff532f

diff --git a/cppunit/ExternalProject_cppunit.mk b/cppunit/ExternalProject_cppunit.mk
index b52bb4e..b5abe41 100644
--- a/cppunit/ExternalProject_cppunit.mk
+++ b/cppunit/ExternalProject_cppunit.mk
@@ -44,7 +44,7 @@ $(call gb_ExternalProject_get_state_target,cppunit,build) :
 		--disable-html-docs \
 		--disable-latex-docs \
 		$(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
-		$(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________OOO) \
+		$(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________NONE) \
 		$(if $(filter-out WNT,$(OS)),,CXXFLAGS="-mthreads" LDFLAGS="-Wl,--enable-runtime-pseudo-reloc-v2") \
 		$(if $(filter SOLARIS,$(OS)),LIBS="-lm") \
 		$(if $(filter ANDROID,$(OS)),LIBS="-lgnustl_shared -lm") \


More information about the Libreoffice-commits mailing list