svn commit: r512269 - head/mail/cyrus-imapd30
Piotr Kubaj
pkubaj at FreeBSD.org
Wed Sep 18 10:29:26 UTC 2019
Author: pkubaj
Date: Wed Sep 18 10:29:26 2019
New Revision: 512269
URL: https://svnweb.freebsd.org/changeset/ports/512269
Log:
mail/cyrus-imapd30: fix build on powerpc64
This port builds just fine on powerpc64 with GCC9.
Approved by: mentors (implicit approval)
Modified:
head/mail/cyrus-imapd30/Makefile
Modified: head/mail/cyrus-imapd30/Makefile
==============================================================================
--- head/mail/cyrus-imapd30/Makefile Wed Sep 18 09:38:19 2019 (r512268)
+++ head/mail/cyrus-imapd30/Makefile Wed Sep 18 10:29:26 2019 (r512269)
@@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_armv6= fails to compile: gmake[1]: *** [Makefile:6747: lib/imapopts.c] Error 1
BROKEN_armv7= fails to compile: gmake[1]: *** [Makefile:6718: lib/imapopts.c] Error 1
-BROKEN_powerpc64= fails to compile: mailbox.h: redefinition of typedef 'message_t'
LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \
libicuuc.so:devel/icu \
@@ -24,7 +23,7 @@ LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \
CONFLICTS_INSTALL= cyrus-imapd-2.* cyrus-imapd2*
-USES= cpe gmake libtool perl5 pkgconfig ssl
+USES= compiler:c11 cpe gmake libtool perl5 pkgconfig ssl
USE_RC_SUBR= imapd
GNU_CONFIGURE= yes
CYRUS_PREFIX= ${PREFIX}/cyrus
More information about the svn-ports-head
mailing list