summaryrefslogtreecommitdiffstats
path: root/games/mupen64plus-video-parallel/fix-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games/mupen64plus-video-parallel/fix-build.patch')
-rw-r--r--games/mupen64plus-video-parallel/fix-build.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/mupen64plus-video-parallel/fix-build.patch b/games/mupen64plus-video-parallel/fix-build.patch
new file mode 100644
index 0000000000..4ef8b032a8
--- /dev/null
+++ b/games/mupen64plus-video-parallel/fix-build.patch
@@ -0,0 +1,10 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+@@ -4,7 +4,7 @@
+ project(parallel-rdp LANGUAGES CXX C)
+
+ set(NAME_PLUGIN_M64P "mupen64plus-video-parallel")
+-include_directories(../mupen64plus-core/src/api)
++include_directories(/usr/include/mupen64plus)
+ add_definitions(-DM64P_PLUGIN_API -DGRANITE_VULKAN_MT)
+
+ # check for INTERPROCEDURAL_OPTIMIZATION support