Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 May 2023 16:20:15 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 79cc50a48ba4 - main - graphics/oidn: Broken on 12
Message-ID:  <202305291620.34TGKFGG062175@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=79cc50a48ba4c592c6c39787f2280f5c68f72b46

commit 79cc50a48ba4c592c6c39787f2280f5c68f72b46
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-05-29 16:19:50 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-05-29 16:20:12 +0000

    graphics/oidn: Broken on 12
    
    Reported by:    fallout
---
 graphics/oidn/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/oidn/Makefile b/graphics/oidn/Makefile
index 2098e2c26871..f3bf553ca529 100644
--- a/graphics/oidn/Makefile
+++ b/graphics/oidn/Makefile
@@ -14,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 ONLY_FOR_ARCHS=		amd64
 ONLY_FOR_ARCHS_REASON=	Intel(R) MKL-DNN supports x86 64 bit platforms only (oidn contains a custom version of mkl-dnn, see math/mkl-dnn), and ISPC has a limited availability
+BROKEN_FreeBSD_12=	error: unknown type name 'cpuset_t'; did you mean 'cpusetid_t'?
 
 FETCH_DEPENDS=	git:devel/git \
 		git-lfs:devel/git-lfs



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