diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-05-19 16:18:44 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-05-19 16:18:44 +0800 |
commit | ec8d0b211d3321728001a5fb8b4a199eb83b28b7 (patch) | |
tree | 61b05b4779e60babc0515c1b5e68102c706368cc /security | |
parent | 01a932a18b913280834b6ba7470fca2008415241 (diff) | |
download | freebsd-ports-gnome-ec8d0b211d3321728001a5fb8b4a199eb83b28b7.tar.gz freebsd-ports-gnome-ec8d0b211d3321728001a5fb8b4a199eb83b28b7.tar.zst freebsd-ports-gnome-ec8d0b211d3321728001a5fb8b4a199eb83b28b7.zip |
This port does not build on ia64 or sparc64 therefor mark it BROKEN.
Diffstat (limited to 'security')
-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} |