git: 383d05e4551d - main - emulators/wine-proton: mark as PIE_UNSAFE

From: Alexander Leidinger <netchild_at_FreeBSD.org>
Date: Wed, 25 Jan 2023 12:02:41 UTC
The branch main has been updated by netchild:

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

commit 383d05e4551d5967400d6793bd2199d93e349a22
Author:     Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2023-01-25 12:00:49 +0000
Commit:     Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2023-01-25 12:02:32 +0000

    emulators/wine-proton: mark as PIE_UNSAFE
    
    PR:             268986
    Approved by:    maintainer
---
 emulators/wine-proton/Makefile | 1 +
 1 file changed, 1 insertion(+)

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