aboutsummaryrefslogtreecommitdiff
path: root/security/john
diff options
context:
space:
mode:
Diffstat (limited to 'security/john')
-rw-r--r--security/john/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/john/Makefile b/security/john/Makefile
index 2f647586d8eb..35ae2e0fd941 100644
--- a/security/john/Makefile
+++ b/security/john/Makefile
@@ -49,6 +49,10 @@ ALL_TARGET= ${OSNAME}-alpha
ALL_TARGET= generic
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|= gcc|= ${CC}|g' \
-e 's|CFLAGS =.*|CFLAGS = -c ${CFLAGS}|g' \