svn commit: r549794 - head/devel/libffcall

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 18:50:16 UTC 2020


Author: linimon
Date: Wed Sep 23 18:50:10 2020
New Revision: 549794
URL: https://svnweb.freebsd.org/changeset/ports/549794

Log:
  Attempt to fix build on powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/libffcall/Makefile

Modified: head/devel/libffcall/Makefile
==============================================================================
--- head/devel/libffcall/Makefile	Wed Sep 23 18:50:06 2020	(r549793)
+++ head/devel/libffcall/Makefile	Wed Sep 23 18:50:10 2020	(r549794)
@@ -27,8 +27,10 @@ MAKE_JOBS_UNSAFE=	yes
 CFLAGS+=		-fPIC
 
 PATCHES_powerpc64=	${PATCHDIR}/extra-patch-ffcall-abi.h
+PATCHES_powerpc64le=	${PATCHDIR}/extra-patch-ffcall-abi.h
 EXTRA_PATCHES=		${PATCHES_${ARCH}}
 USES_powerpc64=		compiler:gcc-c++11-lib
+USES_powerpc64le=	compiler:gcc-c++11-lib
 USES+=			${USES_${ARCH}}
 
 post-install:


More information about the svn-ports-all mailing list