Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:22:50 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: f3c20cf624ec - main - audio/stk: mark as PIE_UNSAFE (+)
Message-ID:  <202412130822.4BD8MoM7084988@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=f3c20cf624eccf8077b83d2e3572f189079fcb83

commit f3c20cf624eccf8077b83d2e3572f189079fcb83
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 07:46:32 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:16 +0000

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

diff --git a/audio/stk/Makefile b/audio/stk/Makefile
index d42978ae4002..ce318403d8a7 100644
--- a/audio/stk/Makefile
+++ b/audio/stk/Makefile
@@ -21,6 +21,8 @@ MAKE_ARGS=	RAWWAVES=${DATADIR}/rawwaves/
 
 LDFLAGS+=	-pthread
 
+PIE_UNSAFE=	yes
+
 OPTIONS_RADIO=		BACKEND
 OPTIONS_RADIO_BACKEND=	JACK OSS
 OPTIONS_DEFAULT=	JACK



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