Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / external / nss / nss.fix-freebl-add-lcc-support.patch.1
blob3e3c06327ddeccc780ebfeb5a18d8bfe54e65e87
1 --- b/nss/lib/freebl/Makefile
2 +++ a/nss/lib/freebl/Makefile
3 @@ -495,7 +495,7 @@
4  ifdef USE_64
5  # no __int128 at least up to lcc 1.23 (pretending to be gcc5)
6  # NB: CC_NAME is not defined here
7 -ifneq ($(shell $(CC) -? 2>&1 >/dev/null | sed -e 's/:.*//;1q'),lcc)
8 +ifneq ($(shell $(CC) -? 2>&1 >/dev/null </dev/null | sed -e 's/:.*//;1q'),lcc)
9      ifdef CC_IS_CLANG
10              HAVE_INT128_SUPPORT = 1
11              DEFINES += -DHAVE_INT128_SUPPORT