Date: Thu, 21 Apr 2022 17:25:37 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fd21ab71d48d - main - devel/libffcall: build with clang on powerpc64* Message-ID: <202204211725.23LHPbs5098578@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204211725.23LHPbs5098578>