Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2024 12:01:28 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1c698b8f30a1 - main - graphics/opensubdiv: disable OPENMP on powerpc to fix build
Message-ID:  <202408041201.474C1SaV013285@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408041201.474C1SaV013285>