diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-10 01:21:43 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-10 01:21:43 +0000 |
commit | 631eab01cc5589db62673331b3a40975b1da4ac0 (patch) | |
tree | faace7f54659f8be92fc299cccbae3f60aa49f6e /sysutils/LPRng | |
parent | 948425549ef6a68337cd35fbea9a675ca2c51272 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=425823
Diffstat (limited to 'sysutils/LPRng')
-rw-r--r-- | sysutils/LPRng/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile index 3a4be3510350..2b8881b6f9a1 100644 --- a/sysutils/LPRng/Makefile +++ b/sysutils/LPRng/Makefile @@ -17,6 +17,8 @@ LICENSE_COMB= dual LIB_DEPENDS= libgdbm.so:databases/gdbm +BROKEN_aarch64= Fails to link: missing sbrk + USES= gmake USE_OPENSSL= yes GNU_CONFIGURE= yes |