git: 66b094e82072 - main - print/mftrace: mark as PIE_UNSAFE (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Fri, 13 Dec 2024 08:23:28 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=66b094e82072371a82774cdd6896eed963f9f73d

commit 66b094e82072371a82774cdd6896eed963f9f73d
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 08:21:53 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:39 +0000

    print/mftrace: mark as PIE_UNSAFE (+)
    
    Reported by:    bulk -t
    
    Approved by:    portmgr (blanket)
    
    Sponsored by:   Future Crew, LLC
---
 print/mftrace/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/print/mftrace/Makefile b/print/mftrace/Makefile
index 40a656af19a0..daad4e6ed298 100644
--- a/print/mftrace/Makefile
+++ b/print/mftrace/Makefile
@@ -25,6 +25,8 @@ USE_TEX=	base
 GNU_CONFIGURE=	yes
 MAKEFILE=	GNUmakefile
 
+PIE_UNSAFE=	yes
+
 PLIST_FILES=	\
 		bin/gf2pbm \
 		bin/mftrace \