Author: pfg Date: Fri Dec 21 06:14:51 2012 New Revision: 1424811 URL: http://svn.apache.org/viewvc?rev=1424811&view=rev Log: i121528 - fix win build. Add upstream patch by Rob Richards.
Modified: openoffice/trunk/main/libxml2/libxml2-long-path.patch Modified: openoffice/trunk/main/libxml2/libxml2-long-path.patch URL: http://svn.apache.org/viewvc/openoffice/trunk/main/libxml2/libxml2-long-path.patch?rev=1424811&r1=1424810&r2=1424811&view=diff ============================================================================== --- openoffice/trunk/main/libxml2/libxml2-long-path.patch (original) +++ openoffice/trunk/main/libxml2/libxml2-long-path.patch Fri Dec 21 06:14:51 2012 @@ -32,3 +32,18 @@ if (xmlWrapStat(path, &stat_buffer) == -1) return 0; #else +--- misc/libxml2-2.7.8/win32/Makefile.msvc 2010-11-04 09:58:43.000000000 -0500 ++++ misc/build/libxml2-2.7.8/win32/Makefile.msvc 2012-12-21 01:07:45.000000000 -0500 +@@ -71,9 +71,9 @@ + !if "$(WITH_ICONV)" == "1" + LIBS = $(LIBS) iconv.lib + !endif +-+!if "$(WITH_ICU)" == "1" +-+LIBS = $(LIBS) icu.lib +-+!endif ++!if "$(WITH_ICU)" == "1" ++LIBS = $(LIBS) icu.lib ++!endif + !if "$(WITH_ZLIB)" == "1" + LIBS = $(LIBS) zdll.lib + !endif