summaryrefslogtreecommitdiff
path: root/editors/emacs20/patches/patch-aq
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-aq
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-aq')
-rw-r--r--editors/emacs20/patches/patch-aq12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/emacs20/patches/patch-aq b/editors/emacs20/patches/patch-aq
new file mode 100644
index 00000000000..7139b947990
--- /dev/null
+++ b/editors/emacs20/patches/patch-aq
@@ -0,0 +1,12 @@
+$NetBSD: patch-aq,v 1.1 2006/01/04 17:00:32 joerg Exp $
+
+--- src/dispnew.c.orig 2006-01-04 15:31:05.000000000 +0000
++++ src/dispnew.c
+@@ -2067,7 +2067,6 @@ window_change_signal (signalnum) /* If w
+ int signalnum; /* some compilers complain in signal calls. */
+ {
+ int width, height;
+- extern int errno;
+ int old_errno = errno;
+
+ get_frame_size (&width, &height);