pkgsrc/editors/mule/patches/patch-ce
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

13 lines
275 B
Text

$NetBSD: patch-ce,v 1.1 2006/01/04 20:35:08 joerg Exp $
--- src/sysdep.c.orig 2006-01-04 18:25:48.000000000 +0000
+++ src/sysdep.c
@@ -75,8 +75,6 @@ extern int h_errno;
#include <sys/param.h>
#endif
-extern int errno;
-
#ifdef VMS
#include <rms.h>
#include <ttdef.h>