svn commit: r551539 - head/devel/libffcall

Piotr Kubaj pkubaj at FreeBSD.org
Mon Oct 5 19:12:21 UTC 2020


Author: pkubaj
Date: Mon Oct  5 19:12:21 2020
New Revision: 551539
URL: https://svnweb.freebsd.org/changeset/ports/551539

Log:
  devel/libffcall: fix build
  
  Submitted by:	se@
  Reported by:	linimon@

Modified:
  head/devel/libffcall/Makefile

Modified: head/devel/libffcall/Makefile
==============================================================================
--- head/devel/libffcall/Makefile	Mon Oct  5 19:11:21 2020	(r551538)
+++ head/devel/libffcall/Makefile	Mon Oct  5 19:12:21 2020	(r551539)
@@ -19,6 +19,7 @@ BROKEN_mips64=		fails to build: gmake[2]: No rule to m
 
 GNU_CONFIGURE=	yes
 USES=		gmake libtool
+USE_GCC=	yes
 USE_LDCONFIG=	yes
 
 CONFIGURE_ARGS=		--enable-shared
@@ -29,9 +30,6 @@ 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:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libavcall.so \


More information about the svn-ports-head mailing list