git: 80109a727415 - main - graphics/rawtherapee: mark as PIE_UNSAFE (+)

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

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

commit 80109a727415b9b8cce6017b130da9d4395fe170
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 07:55:14 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:25 +0000

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

diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile
index 1297847761dd..58d98dd32baa 100644
--- a/graphics/rawtherapee/Makefile
+++ b/graphics/rawtherapee/Makefile
@@ -70,6 +70,8 @@ CONFIGURE_ENV+=	AR=${_AR} RANLIB=${_RANLIB} # for embedded RawTherapee
 CFLAGS+=	-I${LOCALBASE}/include -fPIC ${_OPT_FLAGS}
 LDFLAGS+=	-Wl,--as-needed -lpthread ${_OPT_FLAGS}
 
+PIE_UNSAFE=	yes
+
 .if defined(PACKAGE_BUILDING) && empty(CFLAGS:M-march*) && (${ARCH} == i386 || ${ARCH} == amd64 || ${ARCH} == aarch64)
 # this gets translated to -mtune=generic, see ${WRKSRC}/ProcessorTargets.cmake
 # and as of GCC 8.3, it appears that among FreeBSD's supported architectures,