Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Sep 2021 03:58:26 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: 734777f37e6b - main - math/oink: Broken on i386
Message-ID:  <202109040358.1843wQhY055153@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=734777f37e6b365d52237e69b5a24c44e105006b

commit 734777f37e6b365d52237e69b5a24c44e105006b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-09-04 02:34:25 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-09-04 03:58:21 +0000

    math/oink: Broken on i386
    
    Reported by:    portscout
---
 math/oink/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/oink/Makefile b/math/oink/Makefile
index 0acc7592419d..4e366d421d1d 100644
--- a/math/oink/Makefile
+++ b/math/oink/Makefile
@@ -12,6 +12,8 @@ COMMENT=	Modern parity game solvers written in C++
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	error: use of undeclared identifier 'mfence'
+
 LIB_DEPENDS=	libboost_iostreams.so:devel/boost-libs
 
 USES=		cmake:testing



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