diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-10 09:21:43 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-10 09:21:43 +0800 |
commit | 481fb4eee5966d4619bb8dad3297c08cdc0c699f (patch) | |
tree | faace7f54659f8be92fc299cccbae3f60aa49f6e /x11-toolkits/xbae | |
parent | edf8461905dbc1113db748072d093386e30c0a8d (diff) | |
download | freebsd-ports-gnome-481fb4eee5966d4619bb8dad3297c08cdc0c699f.tar.gz freebsd-ports-gnome-481fb4eee5966d4619bb8dad3297c08cdc0c699f.tar.zst freebsd-ports-gnome-481fb4eee5966d4619bb8dad3297c08cdc0c699f.zip |
Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'x11-toolkits/xbae')
-rw-r--r-- | x11-toolkits/xbae/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/xbae/Makefile b/x11-toolkits/xbae/Makefile index de77d8e2583c..7345d7d4050d 100644 --- a/x11-toolkits/xbae/Makefile +++ b/x11-toolkits/xbae/Makefile @@ -14,6 +14,8 @@ COMMENT= Motif-based widget which displays a grid of cells as a spreadsheet LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= Fails to link: missing sbrk + USES= libtool motif USE_LDCONFIG= yes GNU_CONFIGURE= yes |