From b73325cf84bcf0f903e1293cfec92100be8ba0e4 Mon Sep 17 00:00:00 2001 From: klausz65 <61782506+klausz65@users.noreply.github.com> Date: Tue, 14 Mar 2023 18:22:13 +0100 Subject: [PATCH] openexr: make architecture independent --- components/library/openexr/Makefile | 3 ++- components/library/openexr/pkg5 | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/components/library/openexr/Makefile b/components/library/openexr/Makefile index e851cf48bd..8cc08e4f8d 100644 --- a/components/library/openexr/Makefile +++ b/components/library/openexr/Makefile @@ -29,6 +29,7 @@ include ../../../make-rules/shared-macros.mk COMPONENT_NAME= openexr COMPONENT_VERSION= 3.1.6 +COMPONENT_REVISION= 1 COMPONENT_SUMMARY= OpenEXR header files and libraries used to read and write OpenEXR images COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_PROJECT_URL= https://www.openexr.com/ @@ -47,7 +48,7 @@ CMAKE_OPTIONS += -DCMAKE_BUILD_TYPE=None CMAKE_OPTIONS += -DOPENEXR_FORCE_INTERNAL_IMATH=OFF CMAKE_OPTIONS += -DOPENEXR_FORCE_INTERNAL_ZLIB=OFF CMAKE_OPTIONS += -DOPENEXR_USE_DEFAULT_VISIBILITY=OFF -CMAKE_OPTIONS += -DCMAKE_INSTALL_BINDIR=bin/amd64 +CMAKE_OPTIONS += -DCMAKE_INSTALL_BINDIR=bin/$(MACH64) COMPONENT_TEST_TRANSFORMS= \ ' -e "s/[0-9]*\.[0-9]* sec/X.XX sec/" ' \ diff --git a/components/library/openexr/pkg5 b/components/library/openexr/pkg5 index 6c8e3a60a0..6588914c70 100644 --- a/components/library/openexr/pkg5 +++ b/components/library/openexr/pkg5 @@ -1,9 +1,7 @@ { "dependencies": [ - "SUNWcs", "library/imath", "library/zlib", - "shell/ksh93", "system/library", "system/library/g++-10-runtime", "system/library/gcc-10-runtime", -- 2.11.4.GIT