This port builds on powerpc64. x86 assembly sections are ifdef'd so

they are only used on x86.  So, remove the restriction to attempt to
build on other archs.

PR:		235529
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2019-02-05 23:01:11 +00:00
parent 8e653d3111
commit 43687b1c5d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492275

View File

@ -10,9 +10,6 @@ COMMENT= Very fast port scanner
LICENSE= GPLv3
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= invokes x86 assembler
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= robertdavidgraham