From 131cd97388c78909b13a26c3ce289bbf3c007b7f Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 21 Mar 2004 07:39:49 +0000 Subject: Move the ancient emacs 19.x port from editors/emacs to editors/emacs19, and update the main emacs port to 21.x by copying from editors/emacs21. Retire the editors/emacs21 port. PR: ports/24983 --- editors/emacs22/files/patch-src:m:sparc.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/emacs22/files/patch-src:m:sparc.h (limited to 'editors/emacs22/files/patch-src:m:sparc.h') diff --git a/editors/emacs22/files/patch-src:m:sparc.h b/editors/emacs22/files/patch-src:m:sparc.h new file mode 100644 index 000000000000..8d594f5b5cef --- /dev/null +++ b/editors/emacs22/files/patch-src:m:sparc.h @@ -0,0 +1,11 @@ +--- src/m/sparc.h.orig Thu Sep 12 02:25:09 2002 ++++ src/m/sparc.h Thu Sep 12 12:33:36 2002 +@@ -89,7 +89,7 @@ + #define PURESIZE 130000 + #endif + +-#if !defined (__NetBSD__) && !defined (__linux__) && !defined (__OpenBSD__) ++#if !defined (__NetBSD__) && !defined (__linux__) && !defined (__OpenBSD__) && !defined(__FreeBSD__) + /* This really belongs in s/sun.h. */ + + /* Say that the text segment of a.out includes the header; -- cgit v1.2.3