Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2019 12:36:19 +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: r514075 - head/mail/rmilter
Message-ID:  <201910081236.x98CaJhi066179@repo.freebsd.org>

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



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