summaryrefslogtreecommitdiff
path: root/editors/mule/patches/patch-ch
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-04 20:35:08 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-04 20:35:08 +0000
commitc05f839a89ae6c313cc1e5ae05254586afcbee7a (patch)
treef67af4fb4fa3190f4b0311c9e88f1c3030ba5ce2 /editors/mule/patches/patch-ch
parent8547dfc49dc3c8d88c787d35c470cf034cb9e9a4 (diff)
downloadpkgsrc-c05f839a89ae6c313cc1e5ae05254586afcbee7a.tar.gz
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.
Diffstat (limited to 'editors/mule/patches/patch-ch')
-rw-r--r--editors/mule/patches/patch-ch12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/mule/patches/patch-ch b/editors/mule/patches/patch-ch
new file mode 100644
index 00000000000..9d2623e405c
--- /dev/null
+++ b/editors/mule/patches/patch-ch
@@ -0,0 +1,12 @@
+$NetBSD: patch-ch,v 1.1 2006/01/04 20:35:08 joerg Exp $
+
+--- src/callproc.c.orig 2006-01-04 18:33:30.000000000 +0000
++++ src/callproc.c
+@@ -57,7 +57,6 @@ the Free Software Foundation, 675 Mass A
+ #include <config.h>
+ #include <stdio.h>
+
+-extern int errno;
+ extern char *strerror ();
+
+ /* Define SIGCHLD as an alias for SIGCLD. */