git: ea6f38562ca7 - main - misc/xplr: drop bfd on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Aug 2023 01:38:32 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=ea6f38562ca7467a05986d8f46b2d3fd844b06f9 commit ea6f38562ca7467a05986d8f46b2d3fd844b06f9 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-12 00:37:19 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-12 01:37:50 +0000 misc/xplr: drop bfd on powerpc --- misc/xplr/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/misc/xplr/Makefile b/misc/xplr/Makefile index 91a7b7c8c1a5..02cc16f547cb 100644 --- a/misc/xplr/Makefile +++ b/misc/xplr/Makefile @@ -27,13 +27,6 @@ OPTIONS_DEFINE= DOCS EXAMPLES _ASSETS= ${WRKSRC}/assets _ICONS= ${STAGEDIR}${PREFIX}/share/icons/hicolor -.include <bsd.port.pre.mk> - -.if ${ARCH} == powerpc && ${COMPILER_VERSION} < 140 -BUILD_DEPENDS+= as:devel/binutils -CFLAGS+= -fno-integrated-as -.endif - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @@ -62,4 +55,4 @@ post-install-EXAMPLES-on: ${INSTALL_DATA} ${_EXAMPLES} \ ${STAGEDIR}${EXAMPLESDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk>