Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2018 08:38:15 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480652 - head/net/openpgm
Message-ID:  <201809250838.w8P8cFtA087355@repo.freebsd.org>

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



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