aboutsummaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-10-02 19:41:21 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-10-02 19:41:21 +0000
commit573da79dd70358a6f8dc79333065c8c0f20c1ff2 (patch)
treee0dc1cd455e847fede0eff274f8beb296f40af6b /mail/fetchmail
parent47f5f318cff2963989704f663a6edddb40674982 (diff)
downloadports-573da79dd70358a6f8dc79333065c8c0f20c1ff2.tar.gz
ports-573da79dd70358a6f8dc79333065c8c0f20c1ff2.zip
mail/fetchmail: fix build on GCC architectures
Base GCC miscompiles binaries, one test fails: FAIL: t.smoke SKIP: t.validate-xhtml10 SKIP: t.validate-xhtml PASS: t.x509_name_match ============================================================================ Testsuite summary for fetchmail 6.4.1 ============================================================================ # TOTAL: 4 # PASS: 1 # SKIP: 2 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=513614
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 6bee10fc2e6e..0a9c3a90668f 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -15,7 +15,7 @@ LICENSE_COMB= dual
.if empty(MASTERDIR)
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
-USES= cpe gmake tar:xz ssl
+USES= compiler:c11 cpe gmake tar:xz ssl
USERS= ${PORTNAME}
GROUPS= ${USERS}