diff options
Diffstat (limited to 'net/asterisk-app-ldap/files/patch-cflags.sh')
-rw-r--r-- | net/asterisk-app-ldap/files/patch-cflags.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/asterisk-app-ldap/files/patch-cflags.sh b/net/asterisk-app-ldap/files/patch-cflags.sh deleted file mode 100644 index 66577ae7ccfb..000000000000 --- a/net/asterisk-app-ldap/files/patch-cflags.sh +++ /dev/null @@ -1,14 +0,0 @@ ---- cflags.sh.orig Tue Apr 17 14:11:19 2007 -+++ cflags.sh Tue Apr 17 14:13:40 2007 -@@ -11,6 +11,11 @@ else - INCDIR=/usr/include/asterisk - fi - -+if [ ${OSARCH} = "FreeBSD" ]; then -+ INCDIR=/usr/local/include/asterisk -+ CFLAGS="${CFLAGS} -I/usr/local/include -L/usr/local/lib" -+fi -+ - CHANNEL_H=${INCDIR}/channel.h - if [ "`grep 'struct ast_callerid cid' ${CHANNEL_H}`" != "" ]; then - CFLAGS="${CFLAGS} -DCHANNEL_HAS_CID" |