git: b5962ceef9cd - main - x11/kitty: mark as PIE_UNSAFE (+)

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

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

commit b5962ceef9cd1541ebfd2dc9b3b9295a8742ce9a
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 08:21:04 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:38 +0000

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

diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile
index 4e2ca76ef3fe..dc334b0cf97e 100644
--- a/x11/kitty/Makefile
+++ b/x11/kitty/Makefile
@@ -55,6 +55,8 @@ TEST_TARGET=	test
 CPPFLAGS+=	`pkg-config --cflags epoll-shim-interpose`
 LDFLAGS+=	`pkg-config --libs epoll-shim-interpose`
 
+PIE_UNSAFE=	yes
+
 BINARY_ALIAS=	python3=${PYTHON_CMD} python=${PYTHON_CMD}
 
 BUILD_DIR=	${WRKSRC}/${OPSYS:tl}-package