freebsd-ports/editors/libreoffice/files/patch-external_pdfium_Library__pdfium.mk
Dima Panov 33a790e8a2 Please welcome new generation release of LibreOffice suite - 7.3.0! (+)
It has change tracking enhancements, better autocompletion in Calc,
and many compatibility and performance improvements to import/export filters.

Since this release, FreeBSD port of LibreOffice include PDFium library.

Learn more about LibreOffice 7.3: https://blog.documentfoundation.org/blog/2022/02/02/libreoffice-73-community/

Special thanks to:	mikael (for pthread issue hunting)
Sponsored by:		Netzkommune, GmbH.
2022-02-17 02:02:03 +03:00

12 lines
437 B
Makefile

Index: external/pdfium/Library_pdfium.mk
--- external/pdfium/Library_pdfium.mk.orig 2022-01-26 14:35:29 UTC
+++ external/pdfium/Library_pdfium.mk
@@ -726,7 +726,7 @@ $(eval $(call gb_Library_add_generated_exception_objec
))
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 \