diff options
Diffstat (limited to 'security/rainbowcrack')
-rw-r--r-- | security/rainbowcrack/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/rainbowcrack/Makefile b/security/rainbowcrack/Makefile index d8548e42604e..ecb0ec6a43c0 100644 --- a/security/rainbowcrack/Makefile +++ b/security/rainbowcrack/Makefile @@ -19,6 +19,10 @@ COMMENT= Hash cracker that precomputes plaintext - ciphertext pairs in advance BROKEN= does not build on 4.x .endif +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +BROKEN= does not compile on ia64 or sparc64 +.endif + post-patch: @${REINPLACE_CMD} -e 's|g++|$$(CXX) $$(CXXFLAGS)|; s|\-O3||' \ ${WRKSRC}/${MAKEFILE} |