mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
Office team is proud to announce LibreOffice 7.5 Community, the new major release of the volunteer-supported free office suite for desktop productivity Read more: https://blog.documentfoundation.org/blog/2023/02/02/tdf-announces-libreoffice-75-community/
11 lines
331 B
Makefile
11 lines
331 B
Makefile
--- external/skia/Library_skia.mk.orig 2022-12-22 00:14:09 UTC
|
|
+++ external/skia/Library_skia.mk
|
|
@@ -96,7 +96,7 @@ $(eval $(call gb_Library_use_externals,skia,\
|
|
libpng \
|
|
))
|
|
|
|
-ifeq ($(OS),LINUX)
|
|
+ifneq (,$(filter DRAGONFLY FREEBSD LINUX NETBSD OPENBSD,$(OS)))
|
|
$(eval $(call gb_Library_add_libs,skia,\
|
|
-lm \
|
|
-ldl \
|