svn commit: r514075 - head/mail/rmilter

Piotr Kubaj pkubaj at FreeBSD.org
Tue Oct 8 12:36:19 UTC 2019


Author: pkubaj
Date: Tue Oct  8 12:36:18 2019
New Revision: 514075
URL: https://svnweb.freebsd.org/changeset/ports/514075

Log:
  mail/rmilter: unbreak on powerpc64
  
  GCC9 defines __SIZEOF_POINTER__.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/mail/rmilter/Makefile

Modified: head/mail/rmilter/Makefile
==============================================================================
--- head/mail/rmilter/Makefile	Tue Oct  8 12:24:38 2019	(r514074)
+++ head/mail/rmilter/Makefile	Tue Oct  8 12:36:18 2019	(r514075)
@@ -11,14 +11,13 @@ LICENSE=	BSD2CLAUSE
 
 LIB_DEPENDS=	libpcre.so:devel/pcre
 
-BROKEN_powerpc64=	fails to build: btrie.c: '__SIZEOF_POINTER__' undeclared here
 NOT_FOR_ARCHS=		mips sparc64
 NOT_FOR_ARCHS_REASON=	fails to compile: error: Unsupported word size
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	vstakhov
 
-USES=		cmake bison pkgconfig ssl
+USES=		cmake compiler:c11 bison pkgconfig ssl
 USE_GNOME=	glib20
 
 USERS=		_rmilter


More information about the svn-ports-head mailing list