diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 08:01:07 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 08:22:30 +0000 |
commit | 6d1a1cc99aada3016b8da7b16034c3aa1753f281 (patch) | |
tree | bfc1ee5a375693062bc8d93d3e7f6011fb2a6249 /net-im | |
parent | 2c856e9d2f1b9587859a6703b9e536bb6833260c (diff) |
net-im/signal-desktop: mark as PIE_UNSAFE (+)
Reported by: bulk -t
Approved by: portmgr (blanket)
Sponsored by: Future Crew, LLC
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/signal-desktop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile index c46e52c909ba..122c48b6fff9 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -66,6 +66,8 @@ USE_GL= gbm gl USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 libxml2 libxslt pango USE_XORG= x11 xcb xcomposite xdamage xext xfixes xi xrandr xrender xtst +PIE_UNSAFE= yes + PACKAGE_ENV= SIGNAL_ENV=production \ npm_config_runtime=electron \ npm_config_target=${ELECTRON_VER_MAJOR} \ |