pkgsrc/editors/mule/patches/patch-bz
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
291 B
Text

$NetBSD: patch-bz,v 1.1 2006/01/04 20:35:08 joerg Exp $
--- lib-src/emacsclient.c.orig 2006-01-04 17:44:54.000000000 +0000
+++ lib-src/emacsclient.c
@@ -53,7 +53,6 @@ main (argc, argv)
#include <errno.h>
extern char *strerror ();
-extern int errno;
main (argc, argv)
int argc;