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

$NetBSD: patch-ci,v 1.1 2006/01/04 20:35:08 joerg Exp $
--- src/xrdb.c.orig 2006-01-04 18:51:03.000000000 +0000
+++ src/xrdb.c
@@ -665,8 +665,6 @@ fatal (msg, prog, x1, x2, x3, x4, x5)
char *msg, *prog;
int x1, x2, x3, x4, x5;
{
- extern int errno;
-
if (errno)
perror (prog);