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/patches | |
parent | 62f242e486ae01723ea3e6053d3da1baea0e318f (diff) | |
download | pkgsrc-e27d0c7670f0a1a0e009069320bc90bca58b8048.tar.gz |
Fix build on current (des.h fallout).
Diffstat (limited to 'comms/jpilot/patches')
-rw-r--r-- | comms/jpilot/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
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" + |