diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-05-19 08:18:44 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-05-19 08:18:44 +0000 |
commit | cb6fc62ad12dc321dca49440d1f0a3027bba3985 (patch) | |
tree | 6430593963531d31b0bad3d58d4582a775158ae7 /security/rainbowcrack | |
parent | ec67f47f5093992ce67b6ddfe257b9dbea919966 (diff) | |
download | ports-cb6fc62ad12dc321dca49440d1f0a3027bba3985.tar.gz ports-cb6fc62ad12dc321dca49440d1f0a3027bba3985.zip |
Notes
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} |