app-misc/gnome-commander: more work on 1.3.0.99
[gentoo-soor-overlay.git] / app-editors / emacs-git / files / emacs-git-freebsd-sparc.patch
blobd5e0793aa3defc1d5f52eb496608ffb80d3ac765
1 Index: emacs/src/alloc.c
2 ===================================================================
3 --- emacs.orig/src/alloc.c
4 +++ emacs/src/alloc.c
5 @@ -4522,7 +4522,7 @@ mark_stack ()
6 /* Fixme: Code in the Boehm GC suggests flushing (with `flushrs') is
7 needed on ia64 too. See mach_dep.c, where it also says inline
8 assembler doesn't work with relevant proprietary compilers. */
9 -#ifdef sparc
10 +#if defined(sparc) && !defined(__FreeBSD__)
11 asm ("ta 3");
12 #endif