svn commit: r567118 - head/graphics/s2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 3 18:07:30 UTC 2021


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


More information about the svn-ports-head mailing list