git: fd21ab71d48d - main - devel/libffcall: build with clang on powerpc64*

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Thu, 21 Apr 2022 17:25:37 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fd21ab71d48d74beeeff574e1ddc3b91103d012f

commit fd21ab71d48d74beeeff574e1ddc3b91103d012f
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-21 17:11:38 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-21 17:11:38 +0000

    devel/libffcall: build with clang on powerpc64*
---
 devel/libffcall/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/devel/libffcall/Makefile b/devel/libffcall/Makefile
index e3918d1cb520..2986dcc74451 100644
--- a/devel/libffcall/Makefile
+++ b/devel/libffcall/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	libffcall
 PORTVERSION=	2.4
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 
@@ -23,12 +24,6 @@ CONFIGURE_TARGET=	${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
 MAKE_JOBS_UNSAFE=	yes
 CFLAGS+=		-fPIC
 
-.include <bsd.port.options.mk>
-
-.if ${ARCH:Mpowerpc64*}
-USES+=		compiler:gcc-c++11-lib
-.endif
-
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libavcall.so \
 		${STAGEDIR}${PREFIX}/lib/libcallback.so \