diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2023-01-25 12:00:49 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2023-01-25 12:02:32 +0000 |
commit | 383d05e4551d5967400d6793bd2199d93e349a22 (patch) | |
tree | c41deda120b625f7809ff3bbfcec67c74cd9651d | |
parent | 74a60a62fb31fa190f4ff02074d50d66c54a4f9c (diff) | |
download | ports-383d05e4551d5967400d6793bd2199d93e349a22.tar.gz ports-383d05e4551d5967400d6793bd2199d93e349a22.zip |
emulators/wine-proton: mark as PIE_UNSAFE
PR: 268986
Approved by: maintainer
-rw-r--r-- | emulators/wine-proton/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/wine-proton/Makefile b/emulators/wine-proton/Makefile index f2121120f0cb..99b1d2b11805 100644 --- a/emulators/wine-proton/Makefile +++ b/emulators/wine-proton/Makefile @@ -23,6 +23,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ USES= autoreconf bison desktop-file-utils gettext-runtime gl gmake gnome gstreamer localbase openal pkgconfig python:build sdl shebangfix tar:xz xorg USE_GCC= yes +PIE_UNSAFE= yes USE_GITHUB= yes GH_ACCOUNT= ValveSoftware |