summaryrefslogtreecommitdiff
path: root/emulators/mupen64plus-core/files/patch-Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
commitcc415305a049ca523f2a8cf674009fa77c54fee6 (patch)
tree6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /emulators/mupen64plus-core/files/patch-Makefile
parent- Now fix to use this port on !i386. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'.release/8.0.0
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