update credits
[LibreOffice.git] / nss / nss.windows.patch
blob0d4ce1b5baeafd9b1645a2aedb0aa50418dbcc3b
1 --- misc/nss-3.13.5/mozilla/nsprpub/config/rules.mk 2008-12-03 00:24:39.000000000 +0100
2 +++ misc/build/nss-3.13.5/mozilla/nsprpub/config/rules.mk 2009-11-27 13:36:22.662753328 +0100
3 @@ -415,7 +415,7 @@
5 ifdef NEED_ABSOLUTE_PATH
6 # The quotes allow absolute paths to contain spaces.
7 -pr_abspath = "$(if $(findstring :,$(1)),$(1),$(if $(filter /%,$(1)),$(1),$(CURDIR)/$(1)))"
8 +pr_abspath = "$(if $(findstring :,$(1)),$(1),$(if $(filter /%,$(shell cygpath -m $(1))),$(1),$(shell cygpath -m $(CURDIR)/$(1))))"
9 endif
11 $(OBJDIR)/%.$(OBJ_SUFFIX): %.cpp
12 --- misc/nss-3.13.5/mozilla/security/coreconf/rules.mk 2008-12-03 00:24:39.000000000 +0100
13 +++ misc/build/nss-3.13.5/mozilla/security/coreconf/rules.mk 2009-11-27 13:36:22.662753328 +0100
14 @@ -411,7 +411,7 @@
15 endif
17 # The quotes allow absolute paths to contain spaces.
18 -core_abspath = "$(if $(findstring :,$(1)),$(1),$(if $(filter /%,$(1)),$(1),$(PWD)/$(1)))"
19 +core_abspath = "$(if $(findstring :,$(1)),$(1),$(if $(filter /%,$(shell cygpath -m $(1))),$(1),$(shell cygpath -m $(PWD)/$(1))))"
21 $(OBJDIR)/$(PROG_PREFIX)%$(OBJ_SUFFIX): %.c
22 @$(MAKE_OBJDIR)