summaryrefslogtreecommitdiff
path: root/020-mupen64plus-core-gcc10-fix.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-22 18:13:58 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-22 18:13:58 -0800
commitd9e7d6452310793d5da861fb03a98b3fcd296dc4 (patch)
tree92bd85ed3d4727ae2969187d48d44419df927325 /020-mupen64plus-core-gcc10-fix.patch
parentpkgrel (diff)
downloadmupen64plus-d9e7d6452310793d5da861fb03a98b3fcd296dc4.tar.xz
Fix build
Diffstat (limited to '020-mupen64plus-core-gcc10-fix.patch')
-rw-r--r--020-mupen64plus-core-gcc10-fix.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/020-mupen64plus-core-gcc10-fix.patch b/020-mupen64plus-core-gcc10-fix.patch
new file mode 100644
index 0000000..c429e1e
--- /dev/null
+++ b/020-mupen64plus-core-gcc10-fix.patch
@@ -0,0 +1,10 @@
+--- a/source/mupen64plus-core/src/main/workqueue.h
++++ b/source/mupen64plus-core/src/main/workqueue.h
+@@ -27,7 +27,6 @@
+
+ struct work_struct;
+
+-struct work_struct *work;
+ typedef void (*work_func_t)(struct work_struct *work);
+ struct work_struct {
+ work_func_t func;