summaryrefslogtreecommitdiff
path: root/libxslt/libxslt-vc10.patch
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-02-02 15:44:30 -0500
committerPeter Foley <pefoley2@verizon.net>2013-02-05 19:47:04 +0000
commit856c075e93683cec7cff02e0cf0d6ed31f937a98 (patch)
tree34c18b042583274e8c295cd0b7d590df0ff8015f /libxslt/libxslt-vc10.patch
parent7d3ddc2c6cc39fdd671f08059528464675cd6ecc (diff)
convert libxslt to gbuild and add to tail_build
Change-Id: I16eb442fd65b3a2f3a44108f670fd364dc7a64c0 Reviewed-on: https://gerrit.libreoffice.org/1988 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
Diffstat (limited to 'libxslt/libxslt-vc10.patch')
-rw-r--r--libxslt/libxslt-vc10.patch12
1 files changed, 10 insertions, 2 deletions
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