Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2020 22:15:48 +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: r541239 - head/devel/libffi
Message-ID:  <202007042215.064MFm4w017087@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Jul  4 22:15:48 2020
New Revision: 541239
URL: https://svnweb.freebsd.org/changeset/ports/541239

Log:
  devel/libffi: fix build on GCC architectures
  
  Use newer GCC:
  ../src/powerpc/ffi_powerpc.h:65: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'float128'

Modified:
  head/devel/libffi/Makefile

Modified: head/devel/libffi/Makefile
==============================================================================
--- head/devel/libffi/Makefile	Sat Jul  4 21:38:31 2020	(r541238)
+++ head/devel/libffi/Makefile	Sat Jul  4 22:15:48 2020	(r541239)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	runtest:misc/dejagnu
 
-USES=		libtool pathfix
+USES=		compiler:c11 libtool pathfix
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 



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