pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/dolphin-emu



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Apr  9 19:55:45 UTC 2025

Modified Files:
        pkgsrc/emulators/dolphin-emu: Makefile

Log Message:
dolphin-emu: disable ASLR


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/emulators/dolphin-emu/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/dolphin-emu/Makefile
diff -u pkgsrc/emulators/dolphin-emu/Makefile:1.66 pkgsrc/emulators/dolphin-emu/Makefile:1.67
--- pkgsrc/emulators/dolphin-emu/Makefile:1.66  Wed Feb 12 06:44:42 2025
+++ pkgsrc/emulators/dolphin-emu/Makefile       Wed Apr  9 19:55:44 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.66 2025/02/12 06:44:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.67 2025/04/09 19:55:44 nia Exp $
 
 DISTNAME=      dolphin-emu-5.0
-PKGREVISION=   56
+PKGREVISION=   57
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=dolphin-emu/}
 GITHUB_PROJECT=        dolphin
@@ -43,6 +43,11 @@ CMAKE_CONFIGURE_ARGS.Linux+= -DENABLE_EV
 NOT_PAX_MPROTECT_SAFE+=        bin/dolphin-emu
 NOT_PAX_MPROTECT_SAFE+=        bin/dolphin-emu-nogui
 
+# unsure if this is a coincidence that it works better, but the
+# JIT seems to prefer memory being mapped at predictable locations.
+NOT_PAX_ASLR_SAFE+=    bin/dolphin-emu
+NOT_PAX_ASLR_SAFE+=    bin/dolphin-emu-nogui
+
 .include "options.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/libusb1/buildlink3.mk"



Home | Main Index | Thread Index | Old Index