summaryrefslogtreecommitdiff
path: root/net/asterisk12-app-ldap/files/patch-cflags.sh
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2010-11-30 03:47:34 +0000
committerMax Khon <fjoe@FreeBSD.org>2010-11-30 03:47:34 +0000
commit2ba4e0c4c5fbb6c7264f10a834bb73484c72372c (patch)
tree4cdd34a729022ec6eadd3f74d67b81eb5fccaf23 /net/asterisk12-app-ldap/files/patch-cflags.sh
parent- Update to 1.4.37 (diff)
asterisk 1.2 has been EOL'ed upstream on 21 Nov 2010.
Notes
Notes: svn path=/head/; revision=265427
Diffstat (limited to 'net/asterisk12-app-ldap/files/patch-cflags.sh')
-rw-r--r--net/asterisk12-app-ldap/files/patch-cflags.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/net/asterisk12-app-ldap/files/patch-cflags.sh b/net/asterisk12-app-ldap/files/patch-cflags.sh
deleted file mode 100644
index bc0b24a42f43..000000000000
--- a/net/asterisk12-app-ldap/files/patch-cflags.sh
+++ /dev/null
@@ -1,19 +0,0 @@
---- cflags.sh.orig Sun Jul 30 12:23:23 2006
-+++ cflags.sh Wed Jul 19 10:09:51 2006
-@@ -1,13 +1,13 @@
- #!/bin/sh
-
--CFLAGS="-g -Wall -D_REENTRANT -D_GNU_SOURCE -fPIC"
-+CFLAGS="-g -Wall -D_REENTRANT -D_GNU_SOURCE -fPIC -I/usr/local/include -L/usr/local/lib"
-
--CHANNEL_H=/usr/include/asterisk/channel.h
-+CHANNEL_H=/usr/local/include/asterisk/channel.h
- if [ "`grep 'struct ast_callerid cid' ${CHANNEL_H}`" != "" ]; then
- CFLAGS="${CFLAGS} -DCHANNEL_HAS_CID"
- fi
-
--CONFIG_H=/usr/include/asterisk/config.h
-+CONFIG_H=/usr/local/include/asterisk/config.h
- if [ "`grep 'ast_config_load' ${CONFIG_H}`" != "" ]; then
- CFLAGS="${CFLAGS} -DNEW_CONFIG"
- fi