Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2023 01:38:32 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: ea6f38562ca7 - main - misc/xplr: drop bfd on powerpc
Message-ID:  <202308120138.37C1cWct039604@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=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>



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