Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Dec 2020 19:33:39 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557386 - head/cad/netgen
Message-ID:  <202012091933.0B9JXd4D057718@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@.

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



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