aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2006-09-23 19:36:24 +0800
committernork <nork@FreeBSD.org>2006-09-23 19:36:24 +0800
commit14a5d38c0d30a527a2eb5e7de4cbe6100cfefc35 (patch)
tree756629da348ff26dbfb33433abe1e6e516a30b41
parent5fe1d50a88aa75f42db9bdb59c7038cd6bf3bc2f (diff)
downloadfreebsd-ports-gnome-14a5d38c0d30a527a2eb5e7de4cbe6100cfefc35.tar.gz
freebsd-ports-gnome-14a5d38c0d30a527a2eb5e7de4cbe6100cfefc35.tar.zst
freebsd-ports-gnome-14a5d38c0d30a527a2eb5e7de4cbe6100cfefc35.zip
Fix build on 7-current.
Approved by: maintainer timeout (1 week)
-rw-r--r--devel/libpdel/files/patch-http_servlet_cookieauth.c10
-rw-r--r--devel/libpdel/files/patch-ppp_auth_radius.c11
-rw-r--r--devel/libpdel/files/patch-rsa_util.c10
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/libpdel/files/patch-http_servlet_cookieauth.c b/devel/libpdel/files/patch-http_servlet_cookieauth.c
new file mode 100644
index 000000000000..4a4bb3cc66b5
--- /dev/null
+++ b/devel/libpdel/files/patch-http_servlet_cookieauth.c
@@ -0,0 +1,10 @@
+--- http/servlet/http_servlet_cookieauth.c.orig Sat Jan 22 06:01:58 2005
++++ http/servlet/http_servlet_cookieauth.c Sun Sep 17 19:53:55 2006
+@@ -54,6 +54,7 @@
+ #include <pthread.h>
+
+ #include <openssl/ssl.h>
++#include <openssl/md5.h>
+
+ #include "structs/structs.h"
+ #include "structs/type/array.h"
diff --git a/devel/libpdel/files/patch-ppp_auth_radius.c b/devel/libpdel/files/patch-ppp_auth_radius.c
new file mode 100644
index 000000000000..982007326c13
--- /dev/null
+++ b/devel/libpdel/files/patch-ppp_auth_radius.c
@@ -0,0 +1,11 @@
+--- ppp/ppp_auth_radius.c.orig Sat Jan 22 06:02:04 2005
++++ ppp/ppp_auth_radius.c Sun Sep 17 19:55:28 2006
+@@ -44,6 +44,8 @@
+ #include "ppp/ppp_auth.h"
+ #include "ppp/ppp_msoft.h"
+
++#include <openssl/md5.h>
++
+ #include <poll.h>
+ #include <radlib.h>
+ #include <radlib_vs.h>
diff --git a/devel/libpdel/files/patch-rsa_util.c b/devel/libpdel/files/patch-rsa_util.c
new file mode 100644
index 000000000000..a49cd9022a40
--- /dev/null
+++ b/devel/libpdel/files/patch-rsa_util.c
@@ -0,0 +1,10 @@
+--- util/rsa_util.c.orig Sat Jan 22 06:02:19 2005
++++ util/rsa_util.c Sun Sep 17 19:58:23 2006
+@@ -50,6 +50,7 @@
+
+ #include <openssl/ssl.h>
+ #include <openssl/err.h>
++#include <openssl/md5.h>
+
+ #include "structs/structs.h"
+ #include "structs/type/array.h"