This commit was manufactured by cvs2svn to create tag 'whiterussian_rc3'.
[openwrt/svn-archive/openwrt.git] / openwrt / package / asterisk / patches / asterisk-1.0.7-no_gtk.patch
1 diff -ruN asterisk-1.0.7-old/pbx/Makefile asterisk-1.0.7-new/pbx/Makefile
2 --- asterisk-1.0.7-old/pbx/Makefile 2003-10-26 19:50:49.000000000 +0100
3 +++ asterisk-1.0.7-new/pbx/Makefile 2005-07-04 15:42:52.000000000 +0200
4 @@ -16,13 +16,13 @@
5 PBX_LIBS=pbx_config.so pbx_wilcalu.so pbx_spool.so # pbx_gtkconsole.so pbx_kdeconsole.so
6
7 # Add GTK console if appropriate
8 -PBX_LIBS+=$(shell gtk-config --cflags >/dev/null 2>/dev/null && echo "pbx_gtkconsole.so")
9 +#PBX_LIBS+=$(shell gtk-config --cflags >/dev/null 2>/dev/null && echo "pbx_gtkconsole.so")
10 # Add KDE Console if appropriate
11 #PBX_LIBS+=$(shell [ "$$QTDIR" != "" ] && echo "pbx_kdeconsole.so")
12
13
14 -GTK_FLAGS=`gtk-config --cflags gthread`
15 -GTK_LIBS=`gtk-config --libs gthread`
16 +#GTK_FLAGS=`gtk-config --cflags gthread`
17 +#GTK_LIBS=`gtk-config --libs gthread`
18 #CXX=egcs
19 MOC=$(QTDIR)/bin/moc
20 KDE_FLAGS=-I$(KDEDIR)/include -I$(KDEDIR)/include/kde -I$(QTDIR)/include