git: fb32485df387 - main - games/tome4: drop bfd on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Aug 2023 01:38:00 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb32485df3878eaef581cd2d81b246a2dae0f3d5 commit fb32485df3878eaef581cd2d81b246a2dae0f3d5 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-11 05:51:51 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-12 01:37:39 +0000 games/tome4: drop bfd on powerpc --- games/tome4/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/games/tome4/Makefile b/games/tome4/Makefile index 10de58f58d02..af46239b4162 100644 --- a/games/tome4/Makefile +++ b/games/tome4/Makefile @@ -35,13 +35,6 @@ MAKE_ARGS+= config=release verbose=yes ARCH="" CC=${CC} CXX=${CXX} CFLAGS+= -Wno-error=incompatible-function-pointer-types LDFLAGS_i386= -Wl,-znotext -.include <bsd.port.pre.mk> - -.if ${ARCH:Mpowerpc*} && ${COMPILER_VERSION} < 140 -BUILD_DEPENDS+= as:devel/binutils -CFLAGS+= -fno-integrated-as -.endif - pre-build: @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/premake4.lua .if ${ARCH} == aarch64 || ${ARCH:Mpowerpc64*} || ${ARCH} == riscv64 @@ -61,4 +54,4 @@ do-install: ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps -.include <bsd.port.post.mk> +.include <bsd.port.mk>