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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user