mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Fix build with the latest version of Erlang.
Submitted by: Derek KuliÅski, pointyhat via erwin Obtained from: http://support.process-one.net/browse/EJAB-446
This commit is contained in:
parent
fb80bfbb6d
commit
297f3ad4e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204659
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= ejabberd
|
||||
PORTVERSION= 1.1.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://www.process-one.net/downloads/ejabberd/${PORTVERSION}/ \
|
||||
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
|
||||
|
14
net-im/ejabberd/files/patch-ejab-446.diff
Normal file
14
net-im/ejabberd/files/patch-ejab-446.diff
Normal file
@ -0,0 +1,14 @@
|
||||
Index: ejabberd_s2s_in.erl
|
||||
===================================================================
|
||||
--- ejabberd_s2s_in.erl (revision 1026)
|
||||
+++ ejabberd_s2s_in.erl (working copy)
|
||||
@@ -30,8 +30,7 @@
|
||||
|
||||
-include("ejabberd.hrl").
|
||||
-include("jlib.hrl").
|
||||
--include_lib("ssl/include/PKIX1Explicit88.hrl").
|
||||
--include_lib("ssl/include/PKIX1Implicit88.hrl").
|
||||
+-include_lib("ssl/include/OTP-PKIX.hrl").
|
||||
-include("XmppAddr.hrl").
|
||||
|
||||
-define(DICT, dict).
|
Loading…
Reference in New Issue
Block a user