[Libreoffice-commits] .: Branch 'feature/vs2012' - liborcus/ExternalProject_liborcus.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Sep 23 09:36:19 PDT 2012


 liborcus/ExternalProject_liborcus.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cec4e0583e7af472885b18f4787a1efb765614fe
Author: Peter Foley <pefoley2 at verizon.net>
Date:   Sun Sep 23 12:25:39 2012 -0400

    fix gbuildized liborcus with VS2008
    
    Change-Id: I5735f71eae69357efec507868e39004a529441b8

diff --git a/liborcus/ExternalProject_liborcus.mk b/liborcus/ExternalProject_liborcus.mk
index 3882971..50cd877 100644
--- a/liborcus/ExternalProject_liborcus.mk
+++ b/liborcus/ExternalProject_liborcus.mk
@@ -17,7 +17,7 @@ $(eval $(call gb_ExternalProject_register_targets,liborcus,\
 
 ifeq ($(OS)$(COM),WNTMSC)
 
-ifeq ($(CCNUMVER),90)
+ifeq ($(VCVER),90)
 $(call gb_ExternalProject_get_state_target,liborcus,build) :
 	cd $(EXTERNAL_WORKDIR)/vsprojects/liborcus-static-nozip \
 	&& export BOOST_INCLUDE_DIR=$(OUTDIR)/inc/external \


More information about the Libreoffice-commits mailing list