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

$NetBSD: patch-bv,v 1.1 2006/01/04 20:35:08 joerg Exp $
--- lib-src/make-path.c.orig 2006-01-04 17:42:18.000000000 +0000
+++ lib-src/make-path.c
@@ -28,8 +28,6 @@ the Free Software Foundation, 675 Mass A
#include <stdio.h>
#include <errno.h>
-extern int errno;
-
char *prog_name;
int touchy_mkdir (path)