added [an-ES] genitive month names, changed date formats, elaborated IndexKey
[LibreOffice.git] / nss / nss-linux3.patch
blob62c667f9a48f944130a674b731841ebe38306a74
1 --- misc/nss-3.12.8/mozilla/security/coreconf/arch.mk 2011-10-06 19:58:31.808695724 +0200
2 +++ misc/build/nss-3.12.8/mozilla/security/coreconf/arch.mk 2011-10-06 19:58:00.074648943 +0200
3 @@ -152,6 +152,10 @@
5 ifeq ($(OS_ARCH),Linux)
6 OS_RELEASE := $(subst ., ,$(OS_RELEASE))
7 + # force Linux 3.x to 2.6
8 + ifeq ($(word 1,$(OS_RELEASE)),3)
9 + OS_RELEASE := 2 6
10 + endif
11 ifneq ($(words $(OS_RELEASE)),1)
12 OS_RELEASE := $(word 1,$(OS_RELEASE)).$(word 2,$(OS_RELEASE))
13 endif