Skip to content

Commit

Permalink
emulators/pcsx2: Unbreak with kern.elf64.allow_wx=0
Browse files Browse the repository at this point in the history
PR:	273573
Reported by:	jbeich
  • Loading branch information
jbeich authored and martymac committed Sep 5, 2023
1 parent b955825 commit a407c7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion emulators/pcsx2/Makefile
@@ -1,6 +1,7 @@
PORTNAME= pcsx2
PORTVERSION= 1.7.4970
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= emulators

MAINTAINER= martymac@FreeBSD.org
Expand Down Expand Up @@ -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
Expand All @@ -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:bin/pcsx2-qt

# 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
Expand Down

0 comments on commit a407c7a

Please sign in to comment.