emulators/pcsx2: Unbreak with kern.elf64.allow_wx=0
PR: 273573 Reported by: jbeich
This commit is contained in:
parent
b9558252b1
commit
a407c7abf1
1 changed files with 3 additions and 1 deletions
|
@ -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: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
|
||||
|
|
Loading…
Reference in a new issue