aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-06-04 10:23:30 +0800
committerlinimon <linimon@FreeBSD.org>2010-06-04 10:23:30 +0800
commitb68c6d8778b2b800df87f90e6f4ac4f0eb808d3d (patch)
tree21a188b0d6bcc90b414826f1b08a3da5422d104f /security
parentea3f46436d3783e2368e33b20634804b2ede64c6 (diff)
downloadfreebsd-ports-gnome-b68c6d8778b2b800df87f90e6f4ac4f0eb808d3d.tar.gz
freebsd-ports-gnome-b68c6d8778b2b800df87f90e6f4ac4f0eb808d3d.tar.zst
freebsd-ports-gnome-b68c6d8778b2b800df87f90e6f4ac4f0eb808d3d.zip
Does not compile on sparc64.
Hat: portmgr
Diffstat (limited to 'security')
-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' \