svn commit: r480652 - head/net/openpgm

Tilman Keskinoz arved at FreeBSD.org
Tue Sep 25 08:38:16 UTC 2018


Author: arved
Date: Tue Sep 25 08:38:15 2018
New Revision: 480652
URL: https://svnweb.freebsd.org/changeset/ports/480652

Log:
  fix build with powerpc64
  
  PR:		231670
  Submitted by:	Piotr Kubaj

Modified:
  head/net/openpgm/Makefile

Modified: head/net/openpgm/Makefile
==============================================================================
--- head/net/openpgm/Makefile	Tue Sep 25 08:34:35 2018	(r480651)
+++ head/net/openpgm/Makefile	Tue Sep 25 08:38:15 2018	(r480652)
@@ -13,13 +13,11 @@ COMMENT=	Implementation of the PGM reliable multicast 
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	fails to compile: socket.c: internal compiler error: in extract_insn, at recog.c
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	steve-o
 
 GNU_CONFIGURE=	yes
-USES=		autoreconf pathfix perl5 libtool python:build
+USES=		autoreconf compiler:c11 pathfix perl5 libtool python:build
 USE_PERL5=	build
 USE_LDCONFIG=	yes
 WRKSRC_SUBDIR=	openpgm/pgm


More information about the svn-ports-all mailing list