tdf#99528: revert vertical tabs changes (24.8 only)
[LibreOffice.git] / external / nss / nss.cygwin64.in32bit.patch
blobbce0f1d0940343bbddca62abcde0b492f462a5f5
1 This fixes architecture mismatch, when building
2 on Cygwin 64bit and in 32bit mode
3 diff -ru nss.orig/nss/Makefile nss/nss/Makefile
4 --- a/nss.orig/nss/Makefile 2016-02-26 01:00:52.146713100 +0100
5 +++ b/nss/nss/Makefile 2016-02-26 01:02:05.303560100 +0100
6 @@ -63,6 +63,8 @@
7 # Translate coreconf build options to NSPR configure options.
10 +NSPR_CONFIGURE_OPTS += --host=i686-pc-cygwin
12 ifeq ($(OS_TARGET),Android)
13 NSPR_CONFIGURE_OPTS += --with-android-ndk=$(ANDROID_NDK) \
14 --target=$(ANDROID_PREFIX) \