Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2019 20:28:03 +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: r512984 - head/lang/swi-pl
Message-ID:  <201909262028.x8QKS3TP031993@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Sep 26 20:28:03 2019
New Revision: 512984
URL: https://svnweb.freebsd.org/changeset/ports/512984

Log:
  lang/swi-pl: fix build on powerpc64
  
  Builds fine with GCC 9.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/lang/swi-pl/Makefile

Modified: head/lang/swi-pl/Makefile
==============================================================================
--- head/lang/swi-pl/Makefile	Thu Sep 26 20:19:25 2019	(r512983)
+++ head/lang/swi-pl/Makefile	Thu Sep 26 20:28:03 2019	(r512984)
@@ -15,7 +15,6 @@ LICENSE=	BSD2CLAUSE
 
 BROKEN_mips=		fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4'
 BROKEN_mips64=		fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4'
-BROKEN_powerpc64=	fails to compile: pce_principal.pl:155: Shared object "pl2xpce" not found, required by "swipl"
 
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libodbc.so:databases/unixODBC \
@@ -27,7 +26,7 @@ SWIPLDIR=	${PORTNAME:C/-//}-${PORTVERSION}
 
 NOPRECIOUSMAKEVARS=	yes
 
-USES=		libedit gmake jpeg libarchive pathfix pkgconfig \
+USES=		compiler:c11 libedit gmake jpeg libarchive pathfix pkgconfig \
 		readline shebangfix ssl
 USE_XORG=	ice sm x11 xext xft xinerama xpm xt
 



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