uwimap: fix build using gcc14 and recompile for library/security/openssl-3
[oi-userland.git] / components / desktop / libreoffice / patches / 19-skia-libs-solaris.patch
blobfceb2651ed21825715f6bc2b1c6d7e9d1116816f
1 --- libreoffice-7.5.3.1/external/skia/Library_skia.mk.old 2023-04-22 20:48:42.387319778 -0400
2 +++ libreoffice-7.5.3.1/external/skia/Library_skia.mk 2023-04-22 20:49:54.180660732 -0400
3 @@ -96,7 +96,7 @@
4 libpng \
5 ))
7 -ifeq ($(OS),LINUX)
8 +ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS)))
9 $(eval $(call gb_Library_add_libs,skia,\
10 -lm \
11 -ldl \