summaryrefslogtreecommitdiff
path: root/comms/asterisk/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'comms/asterisk/patches/patch-ab')
-rw-r--r--comms/asterisk/patches/patch-ab15
1 files changed, 0 insertions, 15 deletions
diff --git a/comms/asterisk/patches/patch-ab b/comms/asterisk/patches/patch-ab
deleted file mode 100644
index aaa277d36a3..00000000000
--- a/comms/asterisk/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2006/01/13 20:32:38 riz Exp $
-
---- pbx/Makefile.orig 2005-11-29 19:24:39.000000000 +0100
-+++ pbx/Makefile 2005-12-25 13:20:08.000000000 +0100
-@@ -23,6 +23,10 @@
- # Add KDE Console if appropriate
- #PBX_LIBS+=$(shell [ "$$QTDIR" != "" ] && echo "pbx_kdeconsole.so")
-
-+ifdef ASTERISK_USE_GTK
-+PBX_LIBS+=pbx_gtkconsole.so
-+endif
-+
- GTK_FLAGS=`${CROSS_COMPILE_BIN}gtk-config --cflags gthread`
- GTK_LIBS=`${CROSS_COMPILE_BIN}gtk-config --libs gthread`
- MOC=$(QTDIR)/bin/moc