aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-07 00:55:41 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-07 00:55:41 +0000
commit603dffaf51e87cca75a59d9c9be0810645b487da (patch)
tree2b93f689f1e5e74d64a06b5ffbc2a2902f38f8ff /editors
parent24d534742a33559da804947651fb13d8c57d388f (diff)
downloadports-603dffaf51e87cca75a59d9c9be0810645b487da.tar.gz
ports-603dffaf51e87cca75a59d9c9be0810645b487da.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs20-mule-devel/files/patch-src_emacs.c13
-rw-r--r--editors/mule-common/files/patch-src_emacs.c13
2 files changed, 26 insertions, 0 deletions
diff --git a/editors/emacs20-mule-devel/files/patch-src_emacs.c b/editors/emacs20-mule-devel/files/patch-src_emacs.c
new file mode 100644
index 000000000000..c77cdd7814e6
--- /dev/null
+++ b/editors/emacs20-mule-devel/files/patch-src_emacs.c
@@ -0,0 +1,13 @@
+
+$FreeBSD: /tmp/pcvs/ports/editors/emacs20-mule-devel/files/Attic/patch-src_emacs.c,v 1.1 2002-09-07 00:52:32 kris Exp $
+
+--- src/emacs.c.orig Wed May 24 15:58:54 2000
++++ src/emacs.c Mon Jul 29 23:23:20 2002
+@@ -602,7 +602,6 @@
+ char stack_bottom_variable;
+ int skip_args = 0;
+ extern int errno;
+- extern int sys_nerr;
+ #ifdef HAVE_SETRLIMIT
+ struct rlimit rlim;
+ #endif
diff --git a/editors/mule-common/files/patch-src_emacs.c b/editors/mule-common/files/patch-src_emacs.c
new file mode 100644
index 000000000000..a457fdcd0a00
--- /dev/null
+++ b/editors/mule-common/files/patch-src_emacs.c
@@ -0,0 +1,13 @@
+
+$FreeBSD: /tmp/pcvs/ports/editors/mule-common/files/Attic/patch-src_emacs.c,v 1.1 2002-09-07 00:55:41 kris Exp $
+
+--- src/emacs.c.orig Wed May 24 15:58:54 2000
++++ src/emacs.c Mon Jul 29 23:23:20 2002
+@@ -602,7 +602,6 @@
+ char stack_bottom_variable;
+ int skip_args = 0;
+ extern int errno;
+- extern int sys_nerr;
+ #ifdef HAVE_SETRLIMIT
+ struct rlimit rlim;
+ #endif