diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-09-26 14:59:01 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-09-26 14:59:01 -0700 |
commit | 9d0fb93c0d7d45ad022e7be3f8fa9ada5f1c6230 (patch) | |
tree | b631b611090469ddb872b66f252e084d3c8bcf9b /ui-console-pic.patch | |
download | mupen64plus-9d0fb93c0d7d45ad022e7be3f8fa9ada5f1c6230.tar.xz |
Initial commit
Diffstat (limited to 'ui-console-pic.patch')
-rw-r--r-- | ui-console-pic.patch | 12 |
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) |