diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-07-02 04:00:29 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-07-02 04:00:29 +0000 |
commit | aff42c7199b9182b398eeda522cb9bcb182895f8 (patch) | |
tree | 1132ef2f7655593f25dfefe7bd682bbbb7a0d555 /mail/spamdyke | |
parent | 83fac84d499abb25f1d93b9cce214a6daeca6e7d (diff) |
Notes
Diffstat (limited to 'mail/spamdyke')
-rw-r--r-- | mail/spamdyke/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/spamdyke/Makefile b/mail/spamdyke/Makefile index 66c259364d31..d4d2f62c277c 100644 --- a/mail/spamdyke/Makefile +++ b/mail/spamdyke/Makefile @@ -12,9 +12,11 @@ COMMENT= Qmail filter for monitoring and intercepting SMTP connections LICENSE= GPLv2 -RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:sysutils/ucspi-tcp +BROKEN_mips= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable +BROKEN_mips64= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable +BROKEN_powerpc64= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable -BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable +RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:sysutils/ucspi-tcp USES= cpe qmail tar:tgz WRKSRC= ${WRKDIR}/${DISTNAME}/spamdyke |