From 856c075e93683cec7cff02e0cf0d6ed31f937a98 Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Sat, 2 Feb 2013 15:44:30 -0500 Subject: convert libxslt to gbuild and add to tail_build Change-Id: I16eb442fd65b3a2f3a44108f670fd364dc7a64c0 Reviewed-on: https://gerrit.libreoffice.org/1988 Tested-by: LibreOffice gerrit bot Reviewed-by: Peter Foley Tested-by: Peter Foley --- libxslt/libxslt-vc10.patch | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'libxslt/libxslt-vc10.patch') diff --git a/libxslt/libxslt-vc10.patch b/libxslt/libxslt-vc10.patch index 3d8b3302c643..d9479f7fb5b5 100644 --- a/libxslt/libxslt-vc10.patch +++ b/libxslt/libxslt-vc10.patch @@ -1,5 +1,13 @@ ---- misc/build/libxslt-1.1.26/win32/Makefile.msvc.old 2010-10-20 01:02:55.359375000 +0200 -+++ misc/build/libxslt-1.1.26/win32/Makefile.msvc 2010-10-20 01:03:05.187500000 +0200 +--- build/libxslt-1.1.26/win32/Makefile.msvc.old 2010-10-20 01:02:55.359375000 +0200 ++++ build/libxslt-1.1.26/win32/Makefile.msvc 2010-10-20 01:03:05.187500000 +0200 +@@ -54,6 +54,7 @@ + CFLAGS = /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" /W3 $(CRUNTIME) /D "_REENTRANT" + CFLAGS = $(CFLAGS) /I$(BASEDIR) /I$(XSLT_SRCDIR) /I$(INCPREFIX) + CFLAGS = $(CFLAGS) /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE ++CFLAGS = $(CFLAGS) $(SOLARINC) + + # The linker and its options. + LD = link.exe @@ -71,8 +71,12 @@ LDFLAGS = $(LDFLAGS) /DEBUG !else -- cgit