summaryrefslogtreecommitdiff
path: root/ui-console-pic.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-09-26 14:59:01 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-09-26 14:59:01 -0700
commit9d0fb93c0d7d45ad022e7be3f8fa9ada5f1c6230 (patch)
treeb631b611090469ddb872b66f252e084d3c8bcf9b /ui-console-pic.patch
downloadmupen64plus-9d0fb93c0d7d45ad022e7be3f8fa9ada5f1c6230.tar.xz
Initial commit
Diffstat (limited to 'ui-console-pic.patch')
-rw-r--r--ui-console-pic.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/ui-console-pic.patch b/ui-console-pic.patch
new file mode 100644
index 0000000..62a1485
--- /dev/null
+++ b/ui-console-pic.patch
@@ -0,0 +1,12 @@
+diff --git a/source/mupen64plus-ui-console/projects/unix/Makefile b/source/mupen64plus-ui-console/projects/unix/Makefile
+index a4a05e3..199f27f 100755
+--- a/source/mupen64plus-ui-console/projects/unix/Makefile
++++ b/source/mupen64plus-ui-console/projects/unix/Makefile
+@@ -90,6 +90,7 @@ endif
+
+ # set special flags per-system
+ ifeq ($(OS), LINUX)
++ CFLAGS += -fPIC
+ LDLIBS += -ldl
+ endif
+ ifeq ($(OS), OSX)