pkgsrc/editors/mule/patches/patch-cb
joerg c05f839a89 Make this compile on DragonFly in the hope that also means that it is
as usable as Emacs can be.
Fix errno. Use ${LOWER_OPSYS} instead of hard-coded OS name and pass
the pass to canna lib to configure. The first fixes !NetBSD, the latter
triggers addition of rpath entries for libcanna.
2006-01-04 20:35:08 +00:00

12 lines
300 B
Text

$NetBSD: patch-cb,v 1.1 2006/01/04 20:35:08 joerg Exp $
--- src/dispnew.c.orig 2006-01-04 18:00:54.000000000 +0000
+++ src/dispnew.c
@@ -2047,7 +2047,6 @@ SIGTYPE
window_change_signal ()
{
int width, height;
- extern int errno;
int old_errno = errno;
get_frame_size (&width, &height);