From 852ced87633a94c70076acbc69bad5cf5eda62ca Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Sat, 23 Sep 2006 13:14:52 +0000 Subject: Fix compile with OpenSSL 0.9.8b in -CURRENT and remove BROKEN. PR: ports/102837 Approved by: maintainer --- www/wyvern/files/patch-src_modules_auth.c | 13 +++++++++++++ www/wyvern/files/patch-src_wyvern.h | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 www/wyvern/files/patch-src_modules_auth.c create mode 100644 www/wyvern/files/patch-src_wyvern.h (limited to 'www/wyvern/files') diff --git a/www/wyvern/files/patch-src_modules_auth.c b/www/wyvern/files/patch-src_modules_auth.c new file mode 100644 index 000000000000..dce7c322d7f4 --- /dev/null +++ b/www/wyvern/files/patch-src_modules_auth.c @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- src/modules/auth.c.orig ++++ src/modules/auth.c +@@ -44,6 +44,7 @@ + #include "config.h" + #endif /* HAVE_CONFIG_H */ + ++#include + #include + #if HAVE_STDLIB_H + #include diff --git a/www/wyvern/files/patch-src_wyvern.h b/www/wyvern/files/patch-src_wyvern.h new file mode 100644 index 000000000000..45c74c558ab3 --- /dev/null +++ b/www/wyvern/files/patch-src_wyvern.h @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- src/wyvern.h.orig ++++ src/wyvern.h +@@ -56,6 +56,7 @@ + #include + #if USE_SSL + #include ++#include + #endif /* USE_SSL */ + #include + #include "status.h" -- cgit v1.2.3