diff options
author | wiz <wiz@pkgsrc.org> | 2003-09-26 13:35:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-09-26 13:35:36 +0000 |
commit | e27d0c7670f0a1a0e009069320bc90bca58b8048 (patch) | |
tree | a568f9ce43903dc136154f32ebaf458d04031d59 /comms/jpilot | |
parent | 62f242e486ae01723ea3e6053d3da1baea0e318f (diff) | |
download | pkgsrc-e27d0c7670f0a1a0e009069320bc90bca58b8048.tar.gz |
Fix build on current (des.h fallout).
Diffstat (limited to 'comms/jpilot')
-rw-r--r-- | comms/jpilot/distinfo | 3 | ||||
-rw-r--r-- | comms/jpilot/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/comms/jpilot/distinfo b/comms/jpilot/distinfo index b7f23530708..93a4766e567 100644 --- a/comms/jpilot/distinfo +++ b/comms/jpilot/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.9 2003/03/04 16:29:29 wiz Exp $ +$NetBSD: distinfo,v 1.10 2003/09/26 13:35:36 wiz Exp $ SHA1 (jpilot-0.99.5.tar.gz) = 357807f50edb301db81ab9f7aaedcb5541e86eec Size (jpilot-0.99.5.tar.gz) = 1033716 bytes SHA1 (patch-aa) = 48aade27edf9df1c67e15faba0fda904ea7e8c79 +SHA1 (patch-ab) = 0f57f8c86158255e06079f4eac473b566cdb26b3 SHA1 (patch-ad) = e1e7ce9e7cc1bd1e901f6763799cdfd03f3cd605 diff --git a/comms/jpilot/patches/patch-ab b/comms/jpilot/patches/patch-ab new file mode 100644 index 00000000000..70c4ab39bf1 --- /dev/null +++ b/comms/jpilot/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.5 2003/09/26 13:35:36 wiz Exp $ + +--- KeyRing/keyring.c.orig 2002-12-25 07:19:04.000000000 +0100 ++++ KeyRing/keyring.c +@@ -31,7 +31,7 @@ + + /* Opensll header files */ + #include <openssl/md5.h> +-#include <openssl/des.h> ++#include <des.h> + + #include "libplugin.h" + |