diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-10 09:21:43 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-10 09:21:43 +0800 |
commit | 631eab01cc5589db62673331b3a40975b1da4ac0 (patch) | |
tree | faace7f54659f8be92fc299cccbae3f60aa49f6e /sysutils/bareos-client | |
parent | 948425549ef6a68337cd35fbea9a675ca2c51272 (diff) | |
download | freebsd-ports-gnome-631eab01cc5589db62673331b3a40975b1da4ac0.tar.gz freebsd-ports-gnome-631eab01cc5589db62673331b3a40975b1da4ac0.tar.zst freebsd-ports-gnome-631eab01cc5589db62673331b3a40975b1da4ac0.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 'sysutils/bareos-client')
-rw-r--r-- | sysutils/bareos-client/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/bareos-client/Makefile b/sysutils/bareos-client/Makefile index 042fbd2dbbdb..70415f1ed903 100644 --- a/sysutils/bareos-client/Makefile +++ b/sysutils/bareos-client/Makefile @@ -7,6 +7,8 @@ PKGNAMESUFFIX= -client COMMENT= Backup archiving recovery open sourced (client) +BROKEN_aarch64= Fails to link: missing sbrk + WITH_CLIENT_ONLY=yes USE_RC_SUBR= bareos-fd |