diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 10:49:59 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 11:22:20 +0300 |
commit | e3bc2a1c462310b98a8fc356d2cdc9e56933e2bb (patch) | |
tree | 9ed2654fe1128b7894d3b3e9deb7adc0208d8959 | |
parent | devel/valgrind-devel: mark as PIE_UNSAFE (+) (diff) |
editors/libreoffice: mark as PIE_UNSAFE (+)
Reported by: bulk -t
Approved by: portmgr (blanket)
Sponsored by: Future Crew, LLC
-rw-r--r-- | editors/libreoffice/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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> |