git: 1c698b8f30a1 - main - graphics/opensubdiv: disable OPENMP on powerpc to fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Aug 2024 12:01:28 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c698b8f30a1c505952c5f96a8b877ce46a2ed15 commit 1c698b8f30a1c505952c5f96a8b877ce46a2ed15 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-08-02 09:02:58 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-08-04 12:00:49 +0000 graphics/opensubdiv: disable OPENMP on powerpc to fix build --- graphics/opensubdiv/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/opensubdiv/Makefile b/graphics/opensubdiv/Makefile index c57679d1b80e..dd17b5cf4655 100644 --- a/graphics/opensubdiv/Makefile +++ b/graphics/opensubdiv/Makefile @@ -29,6 +29,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES OPENCL OPENMP PTEX TBB TEST TUTORIALS OPTIONS_DEFAULT= PTEX TBB OPTIONS_DEFAULT_armv6= OPTIONS_DEFAULT_armv7= +OPTIONS_DEFAULT_powerpc= OPTIONS_DEFAULT_OTHER_ARCHS= OPENMP OPTIONS_SUB= yes