Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:22:58 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 76b989a1eff4 - main - emulators/dosbox: mark as PIE_UNSAFE (+)
Message-ID:  <202412130822.4BD8MwWV085312@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=76b989a1eff483cec4abe71fcb628a1666274437

commit 76b989a1eff483cec4abe71fcb628a1666274437
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 07:50:30 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:21 +0000

    emulators/dosbox: mark as PIE_UNSAFE (+)
    
    Reported by:    bulk -t
    
    Approved by:    portmgr (blanket)
    
    Sponsored by:   Future Crew, LLC
---
 emulators/dosbox/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile
index 6f0e1088ee47..8fdd5b970865 100644
--- a/emulators/dosbox/Makefile
+++ b/emulators/dosbox/Makefile
@@ -16,6 +16,8 @@ USES=		cpe sdl
 USE_CXXSTD=	c++14
 USE_SDL=	sdl net sound
 
+PIE_UNSAFE=	yes
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-core-inline
 



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