diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-08 15:26:30 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-08 15:26:30 +0800 |
commit | 586a6db0c01fd73528a21e9696673a7bd2ad1f73 (patch) | |
tree | 20a86fd36e69e3626c054a72a032d8a336a9852a /mail | |
parent | f215eb1f3c89b2cd2e3441446a0ec39d6c3a3329 (diff) | |
download | freebsd-ports-gnome-586a6db0c01fd73528a21e9696673a7bd2ad1f73.tar.gz freebsd-ports-gnome-586a6db0c01fd73528a21e9696673a7bd2ad1f73.tar.zst freebsd-ports-gnome-586a6db0c01fd73528a21e9696673a7bd2ad1f73.zip |
Mark as broken on arm64.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/usendmail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/usendmail/Makefile b/mail/usendmail/Makefile index 082864d24cf4..15c40e79e556 100644 --- a/mail/usendmail/Makefile +++ b/mail/usendmail/Makefile @@ -12,6 +12,8 @@ COMMENT= Replacement for qmail's sendmail drop-in USES= qmail +BROKEN_arm64= Fails to build: regparm is not valid on this platform + WRKSRC= ${WRKDIR}/mail/${DISTNAME} PLIST_FILES= sbin/usendmail |