diff options
author | tv <tv@pkgsrc.org> | 2005-11-07 20:13:44 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-07 20:13:44 +0000 |
commit | 51fab005548900880b6d0a96880f83775d0b4f52 (patch) | |
tree | 36103528277a1449662680e877464da68824792f | |
parent | 44562bbda192a5ee2fc8a27d0429a4f666973f6e (diff) | |
download | pkgsrc-51fab005548900880b6d0a96880f83775d0b4f52.tar.gz |
Interix doesn't have sync(2).
-rw-r--r-- | editors/elvis/distinfo | 3 | ||||
-rw-r--r-- | editors/elvis/patches/patch-ad | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/editors/elvis/distinfo b/editors/elvis/distinfo index 48b08584ed5..56eb2a5f482 100644 --- a/editors/elvis/distinfo +++ b/editors/elvis/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 17:15:10 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/11/07 20:13:44 tv Exp $ SHA1 (elvis-2.2_0.tar.gz) = 8c16574b6d36529735b8ced70972ddaf6275a477 RMD160 (elvis-2.2_0.tar.gz) = 9867a3941a84a3db0bcfe4e36dd14132fbcf5805 @@ -6,3 +6,4 @@ Size (elvis-2.2_0.tar.gz) = 1439293 bytes SHA1 (patch-aa) = b533a7437de65eac9faed27826edce2111f71f30 SHA1 (patch-ab) = 3ded3089b617bccc3458e6c9101a339534fd3152 SHA1 (patch-ac) = d95439604922dd92ae658ca6e09dca4829ea66c7 +SHA1 (patch-ad) = 702b08ec1182c3673721de62690a3a7c32983b8a diff --git a/editors/elvis/patches/patch-ad b/editors/elvis/patches/patch-ad new file mode 100644 index 00000000000..66bdf914446 --- /dev/null +++ b/editors/elvis/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2005/11/07 20:13:44 tv Exp $ + +--- osunix/osblock.c.orig 2003-10-20 22:32:26.000000000 -0400 ++++ osunix/osblock.c +@@ -293,5 +293,7 @@ void blksync() + return; + #endif + ++#ifndef __INTERIX + sync(); ++#endif + } |