Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:23:05 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 80109a727415 - main - graphics/rawtherapee: mark as PIE_UNSAFE (+)
Message-ID:  <202412130823.4BD8N5Dx085610@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412130823.4BD8N5Dx085610>