aboutsummaryrefslogtreecommitdiff
path: root/emulators/libretro-pcsx2/files/patch-3rdparty_wxwidgets3.0_UsewxWidgets.cmake
diff options
context:
space:
mode:
authorTimothy Beyer <beyert_freebsd@fastmail.net>2022-05-17 03:53:46 +0000
committerNeel Chauhan <nc@FreeBSD.org>2022-05-19 17:49:22 +0000
commitb8b789478ef4616e10614abc1ed1488425aa8336 (patch)
tree5976e9e8458b3e134ec9cf1f27c01f8366191798 /emulators/libretro-pcsx2/files/patch-3rdparty_wxwidgets3.0_UsewxWidgets.cmake
parent316d2de4b5ea9565b4b81bc3e6e00165454d792c (diff)
downloadports-b8b789478ef4616e10614abc1ed1488425aa8336.tar.gz
ports-b8b789478ef4616e10614abc1ed1488425aa8336.zip
emulators/libretro-pcsx2: New port: Standalone port of pcsx2 to libretro emulator
PR: 252191
Diffstat (limited to 'emulators/libretro-pcsx2/files/patch-3rdparty_wxwidgets3.0_UsewxWidgets.cmake')
-rw-r--r--emulators/libretro-pcsx2/files/patch-3rdparty_wxwidgets3.0_UsewxWidgets.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/libretro-pcsx2/files/patch-3rdparty_wxwidgets3.0_UsewxWidgets.cmake b/emulators/libretro-pcsx2/files/patch-3rdparty_wxwidgets3.0_UsewxWidgets.cmake
new file mode 100644
index 000000000000..96b899de88ec
--- /dev/null
+++ b/emulators/libretro-pcsx2/files/patch-3rdparty_wxwidgets3.0_UsewxWidgets.cmake
@@ -0,0 +1,11 @@
+--- 3rdparty/wxwidgets3.0/UsewxWidgets.cmake.orig 2020-10-29 23:31:05 UTC
++++ 3rdparty/wxwidgets3.0/UsewxWidgets.cmake
+@@ -11,7 +11,7 @@ if(UNIX)
+ if(APPLE)
+ add_definitions(-D__DARWIN__)
+ else()
+- add_definitions(-D__LINUX__)
++ add_definitions(-D__BSD__)
+ endif()
+ elseif(WIN32)
+ add_definitions(-D__WINDOWS__)