summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authoryyamano <yyamano@pkgsrc.org>2007-12-16 15:53:44 +0000
committeryyamano <yyamano@pkgsrc.org>2007-12-16 15:53:44 +0000
commit6124d4d34fe157e982acb32ec17d4f4766492afc (patch)
tree61ff8abe5e71417ac22ebec3bd3fe6baea17b2f5 /editors
parent264f4f3189bea2207b252bd06d5271be367d0ff8 (diff)
downloadpkgsrc-6124d4d34fe157e982acb32ec17d4f4766492afc.tar.gz
Make this build on Darwin.
Diffstat (limited to 'editors')
-rw-r--r--editors/beav/distinfo4
-rw-r--r--editors/beav/patches/patch-ab6
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/beav/distinfo b/editors/beav/distinfo
index 2416fa47445..66da438de18 100644
--- a/editors/beav/distinfo
+++ b/editors/beav/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2007/11/25 12:15:52 wiz Exp $
+$NetBSD: distinfo,v 1.7 2007/12/16 15:53:44 yyamano Exp $
SHA1 (beav_1.40-18.diff.gz) = 9cd82a3b8de391e1f001d241be1c2c3fadb3efb9
RMD160 (beav_1.40-18.diff.gz) = 0e7b19fdc7ea16e1e24e8302d81dfb247e947603
@@ -7,7 +7,7 @@ SHA1 (beav_1.40.orig.tar.gz) = c610a0c3581c681c26726c8e1e19bf7e38ca8a6a
RMD160 (beav_1.40.orig.tar.gz) = 621df359860a8ec9205413520961d4366b1ad8ea
Size (beav_1.40.orig.tar.gz) = 128103 bytes
SHA1 (patch-aa) = 95fcc3806fa57ad380b4c16089c3bcf7cfd6a6dc
-SHA1 (patch-ab) = 0386684a945ad54065da5a97c28fa4f8dffc0457
+SHA1 (patch-ab) = 629db527f0718de30bdc67cb8387c4488d9f9437
SHA1 (patch-ac) = 6c575aa6e69fc4281956310176c12a086c6ae400
SHA1 (patch-ad) = 4cb29fa7dab5d5fc7ccff1dff090b189146e32c8
SHA1 (patch-ae) = 9377308aac390dd0130df3fd970f56e2e4826398
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