Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2020 15:48:43 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549603 - head/math/lrslib
Message-ID:  <202009221548.08MFmh2q003517@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Sep 22 15:48:43 2020
New Revision: 549603
URL: https://svnweb.freebsd.org/changeset/ports/549603

Log:
  math/lrslib: Broken on i386
  
  Reported by:	fallout

Modified:
  head/math/lrslib/Makefile

Modified: head/math/lrslib/Makefile
==============================================================================
--- head/math/lrslib/Makefile	Tue Sep 22 15:18:09 2020	(r549602)
+++ head/math/lrslib/Makefile	Tue Sep 22 15:48:43 2020	(r549603)
@@ -12,6 +12,8 @@ COMMENT=	Reverse search algorithm for vertex enumerati
 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



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