diff options
Diffstat (limited to 'net/xorp-devel/Makefile')
-rw-r--r-- | net/xorp-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/xorp-devel/Makefile b/net/xorp-devel/Makefile index 967fde85901d..279da72ebeab 100644 --- a/net/xorp-devel/Makefile +++ b/net/xorp-devel/Makefile @@ -100,6 +100,10 @@ SCONS_ARGS+= transport=tcp SCONS_ARGS+= transport=local .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + post-install: ${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL |