mail/cyrus-imapd30: fix build on powerpc64

This port builds just fine on powerpc64 with GCC9.

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj
2019-09-18 10:29:26 +00:00
parent 59c3b679c8
commit 81e6734f80

View File

@@ -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