Ticket #14017: aranym-git.patch

File aranym-git.patch, 550 bytes (added by th-otto, 6 years ago)

Patch to enable jit compilation on Haiku

  • configure.ac

    diff --git a/configure.ac b/configure.ac
    index c4e2688d..e16bf102 100644
    a b if [[ "x$WANT_EXSIGSEGV" = "xyes" ]]; then  
    12531253          ;;
    12541254       esac
    12551255       dnl disabled for now: compiles, but panics kernel :(
    1256        AC_MSG_ERROR([Sorry, extended segfault handler not supported on your platform])
     1256       dnl AC_MSG_ERROR([Sorry, extended segfault handler not supported on your platform])
    12571257       ;;
    12581258    *)
    12591259      AC_MSG_ERROR([Sorry, extended segfault handler not supported on your platform])