- 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@.
This commit is contained in:
Stephen Montgomery-Smith 2020-12-09 19:33:39 +00:00
parent 2ed08d7521
commit 20d233a5be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557386

View File

@ -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