summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/emacs/files/emacs-22.1-freebsd-sparc.patch')
-rw-r--r--app-editors/emacs/files/emacs-22.1-freebsd-sparc.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-editors/emacs/files/emacs-22.1-freebsd-sparc.patch b/app-editors/emacs/files/emacs-22.1-freebsd-sparc.patch
deleted file mode 100644
index d5e0793aa3de..000000000000
--- a/app-editors/emacs/files/emacs-22.1-freebsd-sparc.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: emacs/src/alloc.c
-===================================================================
---- emacs.orig/src/alloc.c
-+++ emacs/src/alloc.c
-@@ -4522,7 +4522,7 @@ mark_stack ()
- /* Fixme: Code in the Boehm GC suggests flushing (with `flushrs') is
- needed on ia64 too. See mach_dep.c, where it also says inline
- assembler doesn't work with relevant proprietary compilers. */
--#ifdef sparc
-+#if defined(sparc) && !defined(__FreeBSD__)
- asm ("ta 3");
- #endif
-