From f0b229abd82e73786aabfd7a0a1291b73584dc8e Mon Sep 17 00:00:00 2001 From: klausz65 <61782506+klausz65@users.noreply.github.com> Date: Tue, 30 May 2023 18:54:06 +0200 Subject: [PATCH] qpdf: SPARC needs math library --- components/print/qpdf/Makefile | 5 +++++ components/print/qpdf/pkg5 | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/components/print/qpdf/Makefile b/components/print/qpdf/Makefile index 476d724700..8427a30a5a 100644 --- a/components/print/qpdf/Makefile +++ b/components/print/qpdf/Makefile @@ -20,6 +20,7 @@ include ../../../make-rules/shared-macros.mk COMPONENT_NAME= qpdf COMPONENT_VERSION= 11.4.0 +COMPONENT_REVISIOn= 1 COMPONENT_SUMMARY= QPDF is a command-line program that does structural, content-preserving transformations on PDF files COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz @@ -47,6 +48,10 @@ COMPONENT_TEST_TRANSFORMS += \ ' -e "s/ [0-9]*\.[0-9]* sec//" ' # Manually added dependencies +# qpdf on SPARC needs math library +REQUIRED_PACKAGES += system/library/math + +# Manually added dependencies # libqpdf.so seems to depend on them but they are not properly detected (why?): REQUIRED_PACKAGES += compress/zstd REQUIRED_PACKAGES += library/brotli diff --git a/components/print/qpdf/pkg5 b/components/print/qpdf/pkg5 index f6b0d33d81..2bd89bc33b 100644 --- a/components/print/qpdf/pkg5 +++ b/components/print/qpdf/pkg5 @@ -15,7 +15,8 @@ "library/zlib", "system/library", "system/library/g++-10-runtime", - "system/library/gcc-10-runtime" + "system/library/gcc-10-runtime", + "system/library/math" ], "fmris": [ "print/qpdf" -- 2.11.4.GIT