mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Fix build on 7-current.
Approved by: maintainer timeout (1 week)
This commit is contained in:
parent
f26153d6d8
commit
3b090ca1b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173644
10
devel/libpdel/files/patch-http_servlet_cookieauth.c
Normal file
10
devel/libpdel/files/patch-http_servlet_cookieauth.c
Normal file
@ -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"
|
11
devel/libpdel/files/patch-ppp_auth_radius.c
Normal file
11
devel/libpdel/files/patch-ppp_auth_radius.c
Normal file
@ -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>
|
10
devel/libpdel/files/patch-rsa_util.c
Normal file
10
devel/libpdel/files/patch-rsa_util.c
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user