aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2025-01-27 11:01:28 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2025-01-29 16:56:49 +0000
commit5fd40a9cd55bd78d83bfb7c9764cda51ce8f1322 (patch)
tree8743e037a89b65c8eb1e31b2384106349d5971f5
parent72fff4b4c153b7b7a762cec70a098b178557b4d3 (diff)
net-p2p/mldonkey: drop unnecessary BFD on powerpc64*
-rw-r--r--net-p2p/mldonkey/Makefile8
1 files changed, 1 insertions, 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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>