pkgsrc/comms/asterisk/patches/patch-ab
riz 28723e33e3 Update asterisk to version 1.2.1. Many, many bugfixes, and some
new features, including support for DUNDi.  (http://www.dundi.com/ for
more information)

The initial framework and porting of this package upgrade was done by
Martin J. Laubach, with lots of feature/PLIST fixes by me.  DragonFly
support added by Joerg Sonnenberger.
2006-01-13 20:32:38 +00:00

15 lines
493 B
Text

$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