diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-14 13:03:05 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-14 13:03:05 +0800 |
commit | 2d6b6be27358b4519d222e4082d9e1df9c84f5f0 (patch) | |
tree | cb381caf81b1847be664587468c502c1e22508f0 /cad | |
parent | 6a538c1a55f946af71a99c78c136e085dcc5cd4c (diff) | |
download | freebsd-ports-gnome-2d6b6be27358b4519d222e4082d9e1df9c84f5f0.tar.gz freebsd-ports-gnome-2d6b6be27358b4519d222e4082d9e1df9c84f5f0.tar.zst freebsd-ports-gnome-2d6b6be27358b4519d222e4082d9e1df9c84f5f0.zip |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/irsim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/irsim/Makefile b/cad/irsim/Makefile index 5e2323618200..d83cf0be8aa6 100644 --- a/cad/irsim/Makefile +++ b/cad/irsim/Makefile @@ -31,6 +31,8 @@ GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +BROKEN_aarch64= Fails to link: missing sbrk + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTCL} |