git: 734777f37e6b - main - math/oink: Broken on i386

Yuri Victorovich yuri at FreeBSD.org
Sat Sep 4 03:58:27 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=734777f37e6b365d52237e69b5a24c44e105006b

commit 734777f37e6b365d52237e69b5a24c44e105006b
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-09-04 02:34:25 +0000
Commit:     Yuri Victorovich <yuri at 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


More information about the dev-commits-ports-main mailing list