From 5fd40a9cd55bd78d83bfb7c9764cda51ce8f1322 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Mon, 27 Jan 2025 12:01:28 +0100 Subject: [PATCH] net-p2p/mldonkey: drop unnecessary BFD on powerpc64* --- net-p2p/mldonkey/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index def8c660c5c0..8a4df97487c1 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -96,12 +96,6 @@ PORTDOCS= Authors.txt Bugs.txt ChangeLog Developers.txt \ ALL_TARGET+= \ mld_hash -.include - -.if ${ARCH:Mpowerpc64*} -LLD_UNSAFE= yes -.endif - post-patch: @${SED} \ -e "s|%%PREFIX%%|${PREFIX}|" \ @@ -160,4 +154,4 @@ install-user: extract ${HOME}/.mldonkey_gui_messages.ini .endif -.include +.include