diff options
author | linimon <linimon@FreeBSD.org> | 2010-06-04 10:23:30 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-06-04 10:23:30 +0800 |
commit | b68c6d8778b2b800df87f90e6f4ac4f0eb808d3d (patch) | |
tree | 21a188b0d6bcc90b414826f1b08a3da5422d104f /security | |
parent | ea3f46436d3783e2368e33b20634804b2ede64c6 (diff) | |
download | freebsd-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/Makefile | 4 |
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' \ |