From 822f482b1ad77ea5d1629c39b953466b0b6e8792 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 22 Sep 2020 15:48:43 +0000 Subject: [PATCH] math/lrslib: Broken on i386 Reported by: fallout --- math/lrslib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/lrslib/Makefile b/math/lrslib/Makefile index c4ae6ed06793..8971f6f3b759 100644 --- a/math/lrslib/Makefile +++ b/math/lrslib/Makefile @@ -12,6 +12,8 @@ COMMENT= Reverse search algorithm for vertex enumeration/convex hull problems LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_i386= error: __int128 is not supported on this target + LIB_DEPENDS= libgmp.so:math/gmp USES= gmake libtool localbase:ldflags