summaryrefslogtreecommitdiff
path: root/net/asterisk-bristuff/files/patch-funcs::Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2009-09-16 19:33:37 +0000
committerMax Khon <fjoe@FreeBSD.org>2009-09-16 19:33:37 +0000
commitd3465e9af0e9d213c4871c62bd585514b7afb6f1 (patch)
tree48a2385f2d68edb04d5551874ae28de16a90593c /net/asterisk-bristuff/files/patch-funcs::Makefile
parentUpdate to libpri 1.4.3 + bristuff-0.4.0-RC3g (diff)
Update to 1.4.26.2 + bristuff-0.4.0-RC3g.
All patches except 122-chan_zap-GSM.diff are present in cumulative bristuff patch. Sponsored by: Ethon Technologies GmbH Feature safe: yes
Notes
Notes: svn path=/head/; revision=241535
Diffstat (limited to '')
-rw-r--r--net/asterisk-bristuff/files/patch-funcs::Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/asterisk-bristuff/files/patch-funcs::Makefile b/net/asterisk-bristuff/files/patch-funcs::Makefile
deleted file mode 100644
index a14daeed285c..000000000000
--- a/net/asterisk-bristuff/files/patch-funcs::Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- funcs/Makefile.orig Tue Nov 29 20:24:39 2005
-+++ funcs/Makefile Fri Jan 13 12:36:57 2006
-@@ -67,7 +67,7 @@
- $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB}
-
- install: all
-- for x in $(FUNCS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
-+ for x in $(FUNCS); do $(BSD_INSTALL_PROGRAM) $$x $(DESTDIR)$(MODULES_DIR) ; done
-
- ifneq ($(wildcard .depend),)
- include .depend