Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2021 18:07:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567118 - head/graphics/s2
Message-ID:  <202103031807.123I7Ps4039655@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Mar  3 18:07:25 2021
New Revision: 567118
URL: https://svnweb.freebsd.org/changeset/ports/567118

Log:
  Do not build this port on i386

Modified:
  head/graphics/s2/Makefile

Modified: head/graphics/s2/Makefile
==============================================================================
--- head/graphics/s2/Makefile	Wed Mar  3 18:07:21 2021	(r567117)
+++ head/graphics/s2/Makefile	Wed Mar  3 18:07:25 2021	(r567118)
@@ -12,6 +12,9 @@ COMMENT=	S2 Geometry Library
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NOT_FOR_ARCHS=	i386
+NOT_FOR_ARCHS_REASON=	is currently 64-bit only
+
 LIB_DEPENDS=	libgtest.so:devel/googletest
 
 USES=		cmake compiler:c++11-lang localbase ssl



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