[Libreoffice-commits] .: nss/nss.windows.patch

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jan 2 17:53:23 PST 2013


 nss/nss.windows.patch |   11 +++++++++++
 1 file changed, 11 insertions(+)

New commits:
commit 58e76a64b46791406277d574deecb081f230b910
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Thu Jan 3 02:52:50 2013 +0100

    one more place for forcing windows path in nss build

diff --git a/nss/nss.windows.patch b/nss/nss.windows.patch
index 935943b..0d4ce1b 100644
--- a/nss/nss.windows.patch
+++ b/nss/nss.windows.patch
@@ -9,3 +9,14 @@
  endif
  
  $(OBJDIR)/%.$(OBJ_SUFFIX): %.cpp
+--- misc/nss-3.13.5/mozilla/security/coreconf/rules.mk	2008-12-03 00:24:39.000000000 +0100
++++ misc/build/nss-3.13.5/mozilla/security/coreconf/rules.mk	2009-11-27 13:36:22.662753328 +0100
+@@ -411,7 +411,7 @@
+ endif
+ 
+ # The quotes allow absolute paths to contain spaces.
+-core_abspath = "$(if $(findstring :,$(1)),$(1),$(if $(filter /%,$(1)),$(1),$(PWD)/$(1)))"
++core_abspath = "$(if $(findstring :,$(1)),$(1),$(if $(filter /%,$(shell cygpath -m $(1))),$(1),$(shell cygpath -m $(PWD)/$(1))))"
+ 
+ $(OBJDIR)/$(PROG_PREFIX)%$(OBJ_SUFFIX): %.c
+ 	@$(MAKE_OBJDIR)


More information about the Libreoffice-commits mailing list