git: b93ca6e283ec - main - astro/gpsd: mark as PIE_UNSAFE (+)

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

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

commit b93ca6e283ec4083883cab7452bf6ddee9d08ac2
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 07:41:34 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:15 +0000

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

diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile
index 9346066e6644..0d72831ead1d 100644
--- a/astro/gpsd/Makefile
+++ b/astro/gpsd/Makefile
@@ -20,6 +20,8 @@ CPE_VENDOR=	gpsd_project
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	gpsd
 
+PIE_UNSAFE=	yes
+
 MAKE_ARGS=	manbuild=no \
 		mandir="share/man" \
 		pkgconfig="libdata/pkgconfig" \