svn commit: r541239 - head/devel/libffi

Piotr Kubaj pkubaj at FreeBSD.org
Sat Jul 4 22:15:49 UTC 2020


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
 


More information about the svn-ports-all mailing list