git: 6f1e670f1f91 - main - mail/mairix: Unbreak on arm.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Nov 2021 07:38:13 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f1e670f1f9163341e469a2b94dedc9723625e27 commit 6f1e670f1f9163341e469a2b94dedc9723625e27 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2021-11-08 07:24:29 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2021-11-08 07:24:29 +0000 mail/mairix: Unbreak on arm. PR: 259549 Approved by: portmgr (build fix blanket) --- mail/mairix/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/mail/mairix/Makefile b/mail/mairix/Makefile index bdcaf82059c2..9952dcd0ee74 100644 --- a/mail/mairix/Makefile +++ b/mail/mairix/Makefile @@ -10,9 +10,6 @@ COMMENT= Indexing and searching in Maildir, MH, or mbox folders LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_armv6= fails to build under emulation: qemu: uncaught target signal 11 (Segmentation fault) - core dumped -BROKEN_armv7= fails to build under emulation: qemu: uncaught target signal 11 (Segmentation fault) - core dumped - USES= bison compiler:c11 gmake ssl USE_GITHUB= yes GH_ACCOUNT= vandry