summaryrefslogtreecommitdiff
path: root/editors/emacs20/patches/patch-an
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-04 17:00:32 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-04 17:00:32 +0000
commitbd9ece0564a0a04ff4d8f63288535367e6c55787 (patch)
treeddd6de6118c2cfab8e8e7d9b97661b0f855e0fab /editors/emacs20/patches/patch-an
parent0200b84ad173bcf34fc42230acddc32435acec08 (diff)
downloadpkgsrc-bd9ece0564a0a04ff4d8f63288535367e6c55787.tar.gz
Add DragonFly support. Fix errno. Remove patch-ac, it gets
overriden by the GNU_CONFIGURE magic anyway.
Diffstat (limited to 'editors/emacs20/patches/patch-an')
-rw-r--r--editors/emacs20/patches/patch-an11
1 files changed, 6 insertions, 5 deletions
diff --git a/editors/emacs20/patches/patch-an b/editors/emacs20/patches/patch-an
index 144c355caa7..807fafd1363 100644
--- a/editors/emacs20/patches/patch-an
+++ b/editors/emacs20/patches/patch-an
@@ -1,11 +1,12 @@
-$NetBSD: patch-an,v 1.1 2004/01/13 21:58:51 kristerw Exp $
+$NetBSD: patch-an,v 1.2 2006/01/04 17:00:32 joerg Exp $
---- src/emacs.c.orig Tue Jan 13 22:28:51 2004
-+++ src/emacs.c Tue Jan 13 22:30:08 2004
-@@ -602,7 +602,6 @@
+--- src/emacs.c.orig 2000-05-24 13:58:54.000000000 +0000
++++ src/emacs.c
+@@ -601,8 +601,6 @@ main (argc, argv, envp)
+ {
char stack_bottom_variable;
int skip_args = 0;
- extern int errno;
+- extern int errno;
- extern int sys_nerr;
#ifdef HAVE_SETRLIMIT
struct rlimit rlim;