Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2021 08:16:10 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: 54ba566c434d - main - graphics/openvkl: Broken on i386
Message-ID:  <202112160816.1BG8GABD068499@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=54ba566c434d9dbe9ebee1b16713a884c37ff3c9

commit 54ba566c434d9dbe9ebee1b16713a884c37ff3c9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-12-16 08:14:35 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-12-16 08:16:07 +0000

    graphics/openvkl: Broken on i386
    
    Reported by:    fallout
---
 graphics/openvkl/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/openvkl/Makefile b/graphics/openvkl/Makefile
index 296776a2302b..d544e96cbca0 100644
--- a/graphics/openvkl/Makefile
+++ b/graphics/openvkl/Makefile
@@ -9,6 +9,8 @@ COMMENT=	Intel Open Volume Kernel Library for graphics applications
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_i386=	https://github.com/openvkl/openvkl/issues/14
+
 BUILD_DEPENDS=	ispc:devel/ispc
 LIB_DEPENDS=	libembree3.so:graphics/embree \
 		libglfw.so:graphics/glfw \



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