1
0
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:
Shaun Amott 2007-12-28 18:06:40 +00:00
parent fb80bfbb6d
commit 297f3ad4e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204659
2 changed files with 15 additions and 0 deletions

View File

@ -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}/

View 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).