summaryrefslogtreecommitdiff
path: root/net/asterisk-app-notify/files/patch-cflags.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/asterisk-app-notify/files/patch-cflags.sh')
-rw-r--r--net/asterisk-app-notify/files/patch-cflags.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/asterisk-app-notify/files/patch-cflags.sh b/net/asterisk-app-notify/files/patch-cflags.sh
deleted file mode 100644
index 15483921b9b4..000000000000
--- a/net/asterisk-app-notify/files/patch-cflags.sh
+++ /dev/null
@@ -1,12 +0,0 @@
---- cflags.sh.orig Wed Oct 24 23:37:00 2007
-+++ cflags.sh Wed Oct 24 23:31:46 2007
-@@ -8,7 +8,8 @@
- INCDIR=/Library/Asterisk/include
- CFLAGS="${CFLAGS} -I/Library/Asterisk/include"
- else
-- INCDIR=/usr/include
-+ INCDIR=${LOCALBASE}/include
-+ CFLAGS="${CFLAGS} -I${INCDIR}"
- fi
-
- CHANNEL_H=${INCDIR}/asterisk/channel.h