summaryrefslogtreecommitdiff
path: root/emulators/mupen64plus-core/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/mupen64plus-core/files/patch-Makefile')
-rw-r--r--emulators/mupen64plus-core/files/patch-Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/emulators/mupen64plus-core/files/patch-Makefile b/emulators/mupen64plus-core/files/patch-Makefile
deleted file mode 100644
index 8c3f72b2c671..000000000000
--- a/emulators/mupen64plus-core/files/patch-Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
---- Makefile 2009-01-04 13:47:07.000000000 -0500
-+++ Makefile 2009-01-09 00:52:30.000000000 -0500
-@@ -29,12 +29,18 @@
- include ./pre.mk
- endif
-
-+ifeq ($OS), FREEBSD)
-+ LDFLAGS += -Wl,-export-dynamic
-+endif
- ifeq ($(OS), LINUX)
- LDFLAGS += -Wl,-export-dynamic
- endif
-
- # set executable stack as a linker option for X86 architecture, for dynamic recompiler
- ifeq ($(CPU), X86)
-+ ifeq ($(OS), FREEBSD)
-+ LDFLAGS += -z execstack
-+ endif
- ifeq ($(OS), LINUX)
- LDFLAGS += -z execstack
- endif
-@@ -159,7 +165,7 @@
- # handle dynamic recompiler objects
- ifneq ($(NO_ASM), 1)
- ifeq ($(CPU), X86)
-- ifeq ($(ARCH), 64BITS)
-+ ifeq ($(ARCH_DETECTED), 64BITS)
- DYNAREC = x86_64
- else
- DYNAREC = x86