summaryrefslogtreecommitdiff
path: root/openwrt/package/asterisk/patches/asterisk-1.0.7-no-newt.diff
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-12-15 08:22:57 +0000
committerNicolas Thill <nico@openwrt.org>2005-12-15 08:22:57 +0000
commita8780cfe237c54b9d0f606ef038b6ecbd3cf633e (patch)
treed593a0cd1421310536685952b23c32162d3f3af5 /openwrt/package/asterisk/patches/asterisk-1.0.7-no-newt.diff
parente3f2355a129d934a24400f9931f5bd1570995ce4 (diff)
downloadmtk-20170518-a8780cfe237c54b9d0f606ef038b6ecbd3cf633e.zip
mtk-20170518-a8780cfe237c54b9d0f606ef038b6ecbd3cf633e.tar.gz
mtk-20170518-a8780cfe237c54b9d0f606ef038b6ecbd3cf633e.tar.bz2
update asterisk to new upstream release (v1.2.1)
SVN-Revision: 2682
Diffstat (limited to 'openwrt/package/asterisk/patches/asterisk-1.0.7-no-newt.diff')
-rw-r--r--openwrt/package/asterisk/patches/asterisk-1.0.7-no-newt.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/openwrt/package/asterisk/patches/asterisk-1.0.7-no-newt.diff b/openwrt/package/asterisk/patches/asterisk-1.0.7-no-newt.diff
deleted file mode 100644
index b1638b3..0000000
--- a/openwrt/package/asterisk/patches/asterisk-1.0.7-no-newt.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN asterisk-1.0.7-old/astman/Makefile asterisk-1.0.7-new/astman/Makefile
---- asterisk-1.0.7-old/astman/Makefile 2004-06-26 21:25:39.000000000 +0200
-+++ asterisk-1.0.7-new/astman/Makefile 2005-04-29 15:54:53.000000000 +0200
-@@ -8,7 +8,7 @@
- CFLAGS+=-I/usr/local/include -L/usr/local/lib
- endif
-
--TARGET=$(shell if [ -f /usr/include/newt.h ]; then echo "astman"; else if [ -f /usr/local/include/newt.h ]; then echo "astman"; else echo "none" ; fi ; fi)
-+TARGET=none
- all: depend $(TARGET)
-
- install: