Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Apr 2022 17:25:36 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: ebae4a60b76d - main - devel/jna: build with clang on powerpc64
Message-ID:  <202204211725.23LHPa4G098554@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=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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204211725.23LHPa4G098554>