diff options
author | bsam <bsam@FreeBSD.org> | 2006-10-02 01:28:02 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-10-02 01:28:02 +0800 |
commit | 5c9dcc9831217c5b558a93cc14f3871e6f0540ab (patch) | |
tree | 117f52b6d669cf55cd2e9e0efd19d5e2a9df865c | |
parent | f62e45da7ba20a857227986c47720ff93fade43d (diff) | |
download | freebsd-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
-rw-r--r-- | net/asterisk-app-ldap/files/patch-app_ldap.c | 3 | ||||
-rw-r--r-- | net/asterisk12-app-ldap/files/patch-app_ldap.c | 3 |
2 files changed, 2 insertions, 4 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> diff --git a/net/asterisk12-app-ldap/files/patch-app_ldap.c b/net/asterisk12-app-ldap/files/patch-app_ldap.c index 8038b2f85906..bb69325a8c38 100644 --- a/net/asterisk12-app-ldap/files/patch-app_ldap.c +++ b/net/asterisk12-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> |