diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-01-02 01:46:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-01-02 01:46:08 +0000 |
commit | f2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee (patch) | |
tree | c1428e3ef48406f008bf9e485352728e13586ff8 /irc | |
parent | bb8c820157b78f5163933bfd87bd3c92e922f882 (diff) | |
download | freebsd-ports-f2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee.zip |
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/undernet-ircu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/undernet-ircu/Makefile b/irc/undernet-ircu/Makefile index f86daf29a254..d6b03a8ef2f2 100644 --- a/irc/undernet-ircu/Makefile +++ b/irc/undernet-ircu/Makefile @@ -15,6 +15,7 @@ LICENSE= GPLv1 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= Fails to compile: undefined reference to .mcount +BROKEN_riscv64= Fails to compile: undefined reference to .mcount CONFLICTS= ircd-hybrid-7.[0-9]* |