summaryrefslogtreecommitdiffstats
path: root/openwrt/package/asterisk/patches/asterisk-1.0.7-no-newt.diff
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-11 12:48:09 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-11 12:48:09 +0000
commit804c78b471c1e447cf4431f7afdfd6e0b20b75d0 (patch)
tree7196b03459252abed6f51691e6558b6f61d6d96f /openwrt/package/asterisk/patches/asterisk-1.0.7-no-newt.diff
parentcdea47b22effe86885cb0517fe5bdf02d95d1a76 (diff)
Update to new upstream release (v1.0.9),
Split makefile patch into multiple patches, Add no-gtk fix from whiterussian. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1402 3c298f89-4303-0410-b956-a3cf2f4a3e73
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, 12 insertions, 0 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
new file mode 100644
index 000000000..b1638b3b1
--- /dev/null
+++ b/openwrt/package/asterisk/patches/asterisk-1.0.7-no-newt.diff
@@ -0,0 +1,12 @@
+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: