svn commit: r512984 - head/lang/swi-pl

Piotr Kubaj pkubaj at FreeBSD.org
Thu Sep 26 20:28:04 UTC 2019


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
 


More information about the svn-ports-head mailing list