Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2019 10:29:26 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512269 - head/mail/cyrus-imapd30
Message-ID:  <201909181029.x8IATQUW014191@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909181029.x8IATQUW014191>