summaryrefslogtreecommitdiff
path: root/misc/zaptel/files/patch-zaphfc::Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2007-04-26 00:11:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2007-04-26 00:11:37 +0000
commit559dc947292766686383f7a9e2364746b6be393d (patch)
tree1957adcda77ca0f7c9b40ff6c559cba6fda227a5 /misc/zaptel/files/patch-zaphfc::Makefile
parentFrostWire is an open-source peer-to-peer (P2P) file-sharing program. It uses (diff)
o Update zaptel to 1.4.1;
Submitted by: Oleksandr Tymoshenko <gonzo@pbxpress.com> o update libpri to 1.4.0; PR: 111555 Submitted by: "Phillip N." <pneumann@gmail.com> o update asterisk12 to 1.2.7. Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ ) The reason it all is going in together is that they are interdependent.
Notes
Notes: svn path=/head/; revision=190886
Diffstat (limited to 'misc/zaptel/files/patch-zaphfc::Makefile')
-rw-r--r--misc/zaptel/files/patch-zaphfc::Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/misc/zaptel/files/patch-zaphfc::Makefile b/misc/zaptel/files/patch-zaphfc::Makefile
deleted file mode 100644
index b25a413eb9bb..000000000000
--- a/misc/zaptel/files/patch-zaphfc::Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$FreeBSD$
-
---- zaphfc/Makefile.orig
-+++ zaphfc/Makefile
-@@ -7,9 +7,7 @@
- KMOD= zaphfc
- SRCS= zaphfc.c zaphfc_freebsd.c
- SRCS+= device_if.h bus_if.h isa_if.h pci_if.h
--CFLAGS+=-I../zaptel
-+CFLAGS+=-I../zaptel -DCONFIG_PCI=1 -g
- WERROR= -Wall
--
--DEBUG_FLAGS= -g
-
- .include <bsd.kmod.mk>