Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2002 10:14:20 +1300
From:      Matthew Luckie <kluckie@ihug.co.nz>
To:        freebsd-ports@freebsd.org
Subject:   editors/emacs21 & alpha
Message-ID:  <3C66E2AC.3040906@ihug.co.nz>

next in thread | raw e-mail | index | archive | help
Hi

The following patch allowed me to compile and run emacs21 on my alpha.
I don't know if it is correct, but I'm using emacs now...

Comments?

--- src/m/alpha.h.orig  Tue Oct  3 03:30:39 2000
+++ src/m/alpha.h       Sun Feb 10 21:52:33 2002
@@ -198,7 +198,7 @@

  #ifndef NOT_C_CODE
  /* We need these because pointers are larger than the default ints.  */
-#if !defined(__NetBSD__) && !defined(__OpenBSD__)
+#if !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__FreeBSD__)
  #include <alloca.h>
  #endif

-- 
Matthew Luckie
kluckie@ihug.co.nz


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C66E2AC.3040906>