diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-07-08 07:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-07-08 07:37:32 +0000 |
commit | b80064cbb9898918e6563795d0233e58fde5e7a6 (patch) | |
tree | c805049ad5c2b944a6ce5e4d414b7a5c0dff612e /emulators/mupen64plus-core/files/patch-Makefile | |
parent | Add an option to build the milter with SPF support. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_1_0'.release/8.1.0
Diffstat (limited to 'emulators/mupen64plus-core/files/patch-Makefile')
-rw-r--r-- | emulators/mupen64plus-core/files/patch-Makefile | 30 |
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 |