diff options
author | yyamano <yyamano@pkgsrc.org> | 2007-12-16 15:53:44 +0000 |
---|---|---|
committer | yyamano <yyamano@pkgsrc.org> | 2007-12-16 15:53:44 +0000 |
commit | aa2e4d825277fd30caed17ad1f783d623cef350e (patch) | |
tree | 61ff8abe5e71417ac22ebec3bd3fe6baea17b2f5 /editors/beav/patches | |
parent | 96786d2fa3e5b59bbd9f07b9048bd5a398a75d57 (diff) | |
download | pkgsrc-aa2e4d825277fd30caed17ad1f783d623cef350e.tar.gz |
Make this build on Darwin.
Diffstat (limited to 'editors/beav/patches')
-rw-r--r-- | editors/beav/patches/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/beav/patches/patch-ab b/editors/beav/patches/patch-ab index d96a52bd652..5ea31b65363 100644 --- a/editors/beav/patches/patch-ab +++ b/editors/beav/patches/patch-ab @@ -1,12 +1,12 @@ -$NetBSD: patch-ab,v 1.3 2007/11/25 12:15:53 wiz Exp $ +$NetBSD: patch-ab,v 1.4 2007/12/16 15:53:44 yyamano Exp $ ---- termio.c.orig 2007-11-25 12:03:46.000000000 +0000 +--- termio.c.orig 2007-12-17 00:49:07.000000000 +0900 +++ termio.c @@ -14,6 +14,9 @@ #include <signal.h> #ifdef BSD #include <sys/ioctl.h> -+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) ++#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__APPLE__) +#include <sys/ioctl_compat.h> +#endif #else |