diff options
| author | Greg Larkin <glarkin@FreeBSD.org> | 2011-10-18 19:02:54 +0000 |
|---|---|---|
| committer | Greg Larkin <glarkin@FreeBSD.org> | 2011-10-18 19:02:54 +0000 |
| commit | 4cfcfc6f3daf947a277234d438f5d0064510cbf2 (patch) | |
| tree | cd75436631e5e52045b4996de275ed3b616c34b3 /security/hydra/files/patch-hydra.h | |
| parent | Update to 0.92.1b (diff) | |
- Updated to 7.1
- Added patch to avoid superfluous inclusion of libssh.h to make it build
with WITH_SSH
PR: ports/161543
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Diffstat (limited to 'security/hydra/files/patch-hydra.h')
| -rw-r--r-- | security/hydra/files/patch-hydra.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/hydra/files/patch-hydra.h b/security/hydra/files/patch-hydra.h new file mode 100644 index 000000000000..01b3d5d2af17 --- /dev/null +++ b/security/hydra/files/patch-hydra.h @@ -0,0 +1,13 @@ +--- hydra.h.orig 2011-10-02 12:06:16.000000000 +0400 ++++ hydra.h 2011-10-13 15:08:39.000000000 +0400 +@@ -30,10 +30,6 @@ + #endif + #endif + +-#ifdef LIBSSH +-#include <libssh/libssh.h> +-#endif +- + #define OPTION_SSL 1 + + #define PORT_NOPORT -1 |
