Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jan 2023 12:02:41 GMT
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 383d05e4551d - main - emulators/wine-proton: mark as PIE_UNSAFE
Message-ID:  <202301251202.30PC2f7t085323@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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