diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-03 16:34:21 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-03 16:34:21 +0000 |
commit | 170f09c5df827d813c39f790ba3871245cee11d7 (patch) | |
tree | 867fc42c42ab9236bd3484292c253b1b0f4e081b /security | |
parent | Now builds on sparc64. (diff) |
Now builds on sparc64.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=425258
Diffstat (limited to 'security')
-rw-r--r-- | security/john/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index 039f7245b1e4..8e1abd1c6df6 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -55,10 +55,6 @@ ALL_TARGET= ${OSNAME}-x86-64 ALL_TARGET= generic .endif -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif - .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 CFLAGS+= -flax-vector-conversions .endif |