git: e3bc2a1c4623 - main - editors/libreoffice: mark as PIE_UNSAFE (+)

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

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

commit e3bc2a1c462310b98a8fc356d2cdc9e56933e2bb
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 07:49:59 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:20 +0000

    editors/libreoffice: mark as PIE_UNSAFE (+)
    
    Reported by:    bulk -t
    
    Approved by:    portmgr (blanket)
    
    Sponsored by:   Future Crew, LLC
---
 editors/libreoffice/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index ac7bf82732c7..b6c96a12f7d4 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -360,6 +360,7 @@ MAKE_ENV+=	verbose=1
 
 BINARY_ALIAS=	sed=gsed
 
+PIE_UNSAFE=	yes
 #MAKE_JOBS_UNSAFE=	yes
 
 .include <bsd.port.options.mk>