summaryrefslogtreecommitdiff
path: root/net/asterisk-bristuff/files/patch-Makefile.rules
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2010-11-28 19:44:40 +0000
committerMax Khon <fjoe@FreeBSD.org>2010-11-28 19:44:40 +0000
commit46d90ed03174a5ca966b690198acea675a58d214 (patch)
tree499c5db38e6a12f5ab1b97617f20213183639134 /net/asterisk-bristuff/files/patch-Makefile.rules
parentAdd a note about asterisk update to 1.8 (diff)
The only thing that was missing in stock asterisk was lack of ISDN bri_net_ptmp
signalling that was implemented in asterisk 1.8 and libpri 1.4.11.
Diffstat (limited to 'net/asterisk-bristuff/files/patch-Makefile.rules')
-rw-r--r--net/asterisk-bristuff/files/patch-Makefile.rules21
1 files changed, 0 insertions, 21 deletions
diff --git a/net/asterisk-bristuff/files/patch-Makefile.rules b/net/asterisk-bristuff/files/patch-Makefile.rules
deleted file mode 100644
index 4eea03fa0c34..000000000000
--- a/net/asterisk-bristuff/files/patch-Makefile.rules
+++ /dev/null
@@ -1,21 +0,0 @@
-
-$FreeBSD: /tmp/pcvs/ports/net/asterisk-bristuff/files/Attic/patch-Makefile.rules,v 1.1 2009-09-16 19:33:37 fjoe Exp $
-
---- Makefile.rules
-+++ Makefile.rules
-@@ -27,6 +27,7 @@
- CMD_PREFIX=
- endif
-
-+ifneq ($(OSARCH),FreeBSD)
- ifeq ($(findstring DONT_OPTIMIZE,$(MENUSELECT_CFLAGS)),)
- # More GSM codec optimization
- # Uncomment to enable MMXTM optimizations for x86 architecture CPU's
-@@ -37,6 +38,7 @@
- OPTIMIZE?=-O6
- ASTCFLAGS+=$(OPTIMIZE)
- endif
-+endif
-
- %.o: %.c
- $(ECHO_PREFIX) echo " [CC] $< -> $@"