git: ebae4a60b76d - main - devel/jna: build with clang on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Apr 2022 17:25:36 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=ebae4a60b76d2006d46896d69a2bfba04eedf61b commit ebae4a60b76d2006d46896d69a2bfba04eedf61b Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-21 17:11:32 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-21 17:11:32 +0000 devel/jna: build with clang on powerpc64 --- devel/jna/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/devel/jna/Makefile b/devel/jna/Makefile index 5ab2c5068c5d..dc30a212ca98 100644 --- a/devel/jna/Makefile +++ b/devel/jna/Makefile @@ -39,12 +39,6 @@ OPTIONS_DEFINE= DOCS ANT_ARCH= ${ARCH:S/amd64/x86-64/:S/i386/x86/:S/powerpc64/ppc64/} -.include <bsd.port.options.mk> - -.if ${ARCH} == powerpc64 -USE_GCC= yes -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/native/Makefile