svn commit: r557386 - head/cad/netgen

Stephen Montgomery-Smith stephen at FreeBSD.org
Wed Dec 9 19:33:39 UTC 2020


Author: stephen
Date: Wed Dec  9 19:33:39 2020
New Revision: 557386
URL: https://svnweb.freebsd.org/changeset/ports/557386

Log:
  - Allow build for i386, because pkg-fallout@ reports build errors for amd64
    as well, and it builds properly on my system.  So I believe the error is
    with pkg-fallout at .

Modified:
  head/cad/netgen/Makefile

Modified: head/cad/netgen/Makefile
==============================================================================
--- head/cad/netgen/Makefile	Wed Dec  9 19:29:19 2020	(r557385)
+++ head/cad/netgen/Makefile	Wed Dec  9 19:33:39 2020	(r557386)
@@ -12,9 +12,8 @@ COMMENT=	Automatic 3D tetrahedral mesh generator
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=		amd64 # i386
-ONLY_FOR_ARCHS_REASON=	relies on rdtsc() call and the TSC is specific to x86 \
-			and pkg-fallout@ reports build errors with i386.
+ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS_REASON=	relies on rdtsc() call and the TSC is specific to x86
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
 		git:devel/git


More information about the svn-ports-all mailing list