FreeBSD Bugzilla – Attachment 244646 Details for
Bug 273573
emulators/pcsx2: unbreak with kern.elf64.allow_wx=0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1 (apply via "git am")
bug273573.diff (text/plain), 1.20 KB, created by
Jan Beich
on 2023-09-05 02:03:41 UTC
(
hide
)
Description:
v1 (apply via "git am")
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2023-09-05 02:03:41 UTC
Size:
1.20 KB
patch
obsolete
>From 03b3c1f53e5ac3464ef9f07adaf80e3d05b7749b Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Tue, 5 Sep 2023 03:44:59 +0200 >Subject: [PATCH] emulators/pcsx2: unbreak with kern.elf64.allow_wx=0 > >PR: 273573 >Approved by: martymac (maintainer) >--- > emulators/pcsx2/Makefile | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/emulators/pcsx2/Makefile b/emulators/pcsx2/Makefile >index 70f8932b7a8d..79bc91f47e2e 100644 >--- a/emulators/pcsx2/Makefile >+++ b/emulators/pcsx2/Makefile >@@ -1,6 +1,7 @@ > PORTNAME= pcsx2 > PORTVERSION= 1.7.4970 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= emulators > > MAINTAINER= martymac@FreeBSD.org >@@ -30,7 +31,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ > libbacktrace.so:devel/libbacktrace > > USES= cmake compiler:c++20-lang \ >- desktop-file-utils gl pkgconfig qt:6 sdl xorg >+ desktop-file-utils elfctl gl pkgconfig qt:6 sdl xorg > > USE_GITHUB= yes > GH_PROJECT= pcsx2 >@@ -40,6 +41,7 @@ USE_GL= egl > USE_SDL= sdl2 > USE_XORG= ice x11 xcb xext xpm xrandr > USE_QT= base tools >+ELF_FEATURES= +wxneeded:${PORTNAME} > > # SSE 4.1 instructions are a hard requirement, if CPUTYPE is defined > # use whatever is set and let the build fail if it falls below
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 273573
:
244646
|
244647