diff options
author | linimon <linimon@FreeBSD.org> | 2010-07-01 11:54:28 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-07-01 11:54:28 +0800 |
commit | b41254521276e2ca1e23f12ac60731281df58733 (patch) | |
tree | cdcc3b549575d8443e1f9051b26ccbcf1b0c70aa | |
parent | 1e563ea078bf8fa7d33ac8d85cdad64ac108f53c (diff) | |
download | freebsd-ports-gnome-b41254521276e2ca1e23f12ac60731281df58733.tar.gz freebsd-ports-gnome-b41254521276e2ca1e23f12ac60731281df58733.tar.zst freebsd-ports-gnome-b41254521276e2ca1e23f12ac60731281df58733.zip |
Like xorp itself, does not compile on sparc64.
Hat: portmgr
Feature safe: yes
-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 |