svn commit: r549603 - head/math/lrslib

Yuri Victorovich yuri at FreeBSD.org
Tue Sep 22 15:48:43 UTC 2020


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


More information about the svn-ports-all mailing list