summaryrefslogtreecommitdiff
path: root/net/asterisk12/files/patch-pbx::Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-10-17 11:22:52 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-10-17 11:22:52 +0000
commitf01a970a4ec80d0f3ed1b1bdb091b764dcbde9b2 (patch)
tree0aca8a0e8a5d8ec07e8780b50ba45ca50b749e1f /net/asterisk12/files/patch-pbx::Makefile
parentThe port depends on an include file, not on a library. Revert back (diff)
Add asterisk 0.5.0, an Open Source PBX and telephony toolkit.
Notes
Notes: svn path=/head/; revision=91503
Diffstat (limited to 'net/asterisk12/files/patch-pbx::Makefile')
-rw-r--r--net/asterisk12/files/patch-pbx::Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/asterisk12/files/patch-pbx::Makefile b/net/asterisk12/files/patch-pbx::Makefile
new file mode 100644
index 000000000000..2725838254dc
--- /dev/null
+++ b/net/asterisk12/files/patch-pbx::Makefile
@@ -0,0 +1,23 @@
+
+$FreeBSD$
+
+--- pbx/Makefile.orig Tue Aug 19 19:42:30 2003
++++ pbx/Makefile Fri Oct 17 14:21:00 2003
+@@ -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")
+ # Add KDE Console if appropriate
+ #PBX_LIBS+=$(shell [ "$$QTDIR" != "" ] && echo "pbx_kdeconsole.so")
+
+@@ -62,7 +62,7 @@
+ endif
+
+ install: all
+- for x in $(PBX_LIBS); do $(INSTALL) -m 755 $$x $(MODULES_DIR) ; done
++ for x in $(PBX_LIBS); do $(BSD_INSTALL_PROGRAM) $$x $(MODULES_DIR) ; done
+
+ depend: .depend
+