mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -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/
12 lines
388 B
Makefile
12 lines
388 B
Makefile
Index: external/pdfium/Library_pdfium.mk
|
|
--- external/pdfium/Library_pdfium.mk.orig 2022-12-22 00:14:09 UTC
|
|
+++ external/pdfium/Library_pdfium.mk
|
|
@@ -718,7 +718,7 @@ endif
|
|
))
|
|
endif
|
|
|
|
-ifeq ($(OS),LINUX)
|
|
+ifneq (,$(filter LINUX FREEBSD OPENBSD,$(OS)))
|
|
# fxge
|
|
$(eval $(call gb_Library_add_generated_exception_objects,pdfium,\
|
|
UnpackedTarball/pdfium/core/fxge/linux/fx_linux_impl \
|