diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 10:46:32 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 11:22:16 +0300 |
commit | f3c20cf624eccf8077b83d2e3572f189079fcb83 (patch) | |
tree | ab6b82dd9b16f59c0dfd75cbaac47f14e7eaff06 | |
parent | astro/libnova: mark as PIE_UNSAFE (+) (diff) |
audio/stk: mark as PIE_UNSAFE (+)
Reported by: bulk -t
Approved by: portmgr (blanket)
Sponsored by: Future Crew, LLC
-rw-r--r-- | audio/stk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |