summaryrefslogtreecommitdiff
path: root/net/asterisk12/files/patch-pbx::Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2006-01-17 22:27:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2006-01-17 22:27:45 +0000
commite61e1d66bd617141dc294a78d82e163554034060 (patch)
tree82d56db941093217a7c6bf1b3f6b2ba800639f4c /net/asterisk12/files/patch-pbx::Makefile
parentUpdate to version 1.2rc2 (diff)
Update to 1.2.1.
Notes
Notes: svn path=/head/; revision=153765
Diffstat (limited to 'net/asterisk12/files/patch-pbx::Makefile')
-rw-r--r--net/asterisk12/files/patch-pbx::Makefile20
1 files changed, 11 insertions, 9 deletions
diff --git a/net/asterisk12/files/patch-pbx::Makefile b/net/asterisk12/files/patch-pbx::Makefile
index dca6672c389a..97d03e10f871 100644
--- a/net/asterisk12/files/patch-pbx::Makefile
+++ b/net/asterisk12/files/patch-pbx::Makefile
@@ -1,18 +1,20 @@
$FreeBSD$
---- pbx/Makefile.orig Sun Oct 26 20:50:49 2003
-+++ pbx/Makefile Fri Jan 30 01:47:34 2004
-@@ -16,7 +16,7 @@
- PBX_LIBS=pbx_config.so pbx_wilcalu.so pbx_spool.so # pbx_gtkconsole.so pbx_kdeconsole.so
-
- # Add GTK console if appropriate
--PBX_LIBS+=$(shell gtk-config --cflags >/dev/null 2>/dev/null && echo "pbx_gtkconsole.so")
-+#PBX_LIBS+=$(shell gtk-config --cflags >/dev/null 2>/dev/null && echo "pbx_gtkconsole.so")
+--- pbx/Makefile.orig
++++ pbx/Makefile
+@@ -23,8 +23,8 @@
# Add KDE Console if appropriate
#PBX_LIBS+=$(shell [ "$$QTDIR" != "" ] && echo "pbx_kdeconsole.so")
-@@ -62,7 +62,7 @@
+-GTK_FLAGS=`${CROSS_COMPILE_BIN}gtk-config --cflags gthread`
+-GTK_LIBS=`${CROSS_COMPILE_BIN}gtk-config --libs gthread`
++#GTK_FLAGS=`${CROSS_COMPILE_BIN}gtk-config --cflags gthread`
++#GTK_LIBS=`${CROSS_COMPILE_BIN}gtk-config --libs gthread`
+ MOC=$(QTDIR)/bin/moc
+ KDE_FLAGS=-I$(KDEDIR)/include -I$(KDEDIR)/include/kde -I$(QTDIR)/include
+ KDE_LIBS=-L$(KDEDIR)/lib -L$(QTDIR)/lib -lqt -lkdecore -lkdeui
+@@ -72,7 +72,7 @@
endif
install: all