git: 1d2e6d5c44d0 - main - sysutils/atf-*: Fix binutils 3.39 build

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Mon, 07 Nov 2022 18:39:33 UTC
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1d2e6d5c44d0580f53a830ad74b85ec444952b40

commit 1d2e6d5c44d0580f53a830ad74b85ec444952b40
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-10-25 03:17:11 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-11-07 18:38:55 +0000

    sysutils/atf-*: Fix binutils 3.39 build
    
    PR:             265917
---
 sysutils/atf-master/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysutils/atf-master/Makefile b/sysutils/atf-master/Makefile
index 8eddf3a53436..05ee5ae767a9 100644
--- a/sysutils/atf-master/Makefile
+++ b/sysutils/atf-master/Makefile
@@ -34,6 +34,8 @@ DESCR?=		${.CURDIR}/pkg-descr
 
 NO_ARCH=	yes
 
+LDFLAGS+=	--no-warn-rwx-segments
+
 .if !defined(PLAT)
 PLAT=		NONE
 IGNORE=		is a metaport; there is nothing to build