From 20d233a5bec5d7ea3b8e0c712529bbebffea0545 Mon Sep 17 00:00:00 2001 From: Stephen Montgomery-Smith Date: Wed, 9 Dec 2020 19:33:39 +0000 Subject: [PATCH] - 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@. --- cad/netgen/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile index 76af2480f149..2ecbde7fdfe2 100644 --- a/cad/netgen/Makefile +++ b/cad/netgen/Makefile @@ -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