aboutsummaryrefslogtreecommitdiffstats
path: root/net/asterisk-app-ldap
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2006-10-02 01:28:02 +0800
committerbsam <bsam@FreeBSD.org>2006-10-02 01:28:02 +0800
commit5c9dcc9831217c5b558a93cc14f3871e6f0540ab (patch)
tree117f52b6d669cf55cd2e9e0efd19d5e2a9df865c /net/asterisk-app-ldap
parentf62e45da7ba20a857227986c47720ff93fade43d (diff)
downloadfreebsd-ports-gnome-5c9dcc9831217c5b558a93cc14f3871e6f0540ab.tar.gz
freebsd-ports-gnome-5c9dcc9831217c5b558a93cc14f3871e6f0540ab.tar.zst
freebsd-ports-gnome-5c9dcc9831217c5b558a93cc14f3871e6f0540ab.zip
Unbreak building. I had the needed patch while testing at my
tinderbox but committed the wrong port version. Reported by: krismail (pointyhat) Pointy hat to: bsam
Diffstat (limited to 'net/asterisk-app-ldap')
-rw-r--r--net/asterisk-app-ldap/files/patch-app_ldap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/asterisk-app-ldap/files/patch-app_ldap.c b/net/asterisk-app-ldap/files/patch-app_ldap.c
index 8038b2f85906..bb69325a8c38 100644
--- a/net/asterisk-app-ldap/files/patch-app_ldap.c
+++ b/net/asterisk-app-ldap/files/patch-app_ldap.c
@@ -9,11 +9,10 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-@@ -27,19 +29,24 @@
+@@ -27,19 +28,23 @@
#include <asterisk/utils.h>
#include <asterisk/callerid.h>
-+#include <sasl/sasl.h>
#include <ctype.h>
#include <errno.h>
#include <iconv.h>