diff options
author | hasso <hasso> | 2009-07-20 18:19:25 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-07-20 18:19:25 +0000 |
commit | 15d0c93b62c5fc2ded622861da856db631112878 (patch) | |
tree | 92e676f7ca9d7cc19b613e639eb780ad058cbf32 /net | |
parent | 0554c58d9c0124eb7b1ddf16dc620cb61a15933a (diff) | |
download | pkgsrc-15d0c93b62c5fc2ded622861da856db631112878.tar.gz |
Make it build on DragonFly.
Diffstat (limited to 'net')
-rw-r--r-- | net/sup/distinfo | 3 | ||||
-rw-r--r-- | net/sup/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/sup/distinfo b/net/sup/distinfo index f24db01b60c..5fd14438175 100644 --- a/net/sup/distinfo +++ b/net/sup/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.7 2008/05/30 14:25:26 christos Exp $ +$NetBSD: distinfo,v 1.8 2009/07/20 18:19:25 hasso Exp $ SHA1 (sup-0.3.tar.gz) = 4672de4c7ab2b7b382acfd1b39efb83536b485ae RMD160 (sup-0.3.tar.gz) = 81a0c200a0c82bf57e5f258a2b99ccad5db56c65 Size (sup-0.3.tar.gz) = 95124 bytes SHA1 (patch-aa) = 75aa0c905c7dc72832cc2a6861bdef66f000fa34 +SHA1 (patch-ab) = 94801c8650bd6920a1b58d07abf24445ac9245f7 diff --git a/net/sup/patches/patch-ab b/net/sup/patches/patch-ab new file mode 100644 index 00000000000..0f4209dbc7d --- /dev/null +++ b/net/sup/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.3 2009/07/20 18:19:25 hasso Exp $ + +--- ffilecopy.c.orig 2009-07-20 20:11:38 +0300 ++++ ffilecopy.c 2009-07-20 20:12:10 +0300 +@@ -39,7 +39,7 @@ + * after we've hacked the buffers up + */ + +-#if defined(__SEOF) ++#if defined(__SEOF) && !defined(__DragonFly__) + + # define FBUF_HACK(here,there) \ + do { \ |