aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk-bristuff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2006-01-26 23:29:58 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2006-01-26 23:29:58 +0000
commit20866a18301058ef2a20d548e285ae708b0531a3 (patch)
treee094353d31784642d950240200993bc446b2823f /net/asterisk-bristuff
parent8f65cab8e9fc1a2863c46ed6b8617902a0374df9 (diff)
downloadports-20866a18301058ef2a20d548e285ae708b0531a3.tar.gz
ports-20866a18301058ef2a20d548e285ae708b0531a3.zip
Notes
Diffstat (limited to 'net/asterisk-bristuff')
-rw-r--r--net/asterisk-bristuff/files/patch-codecs::gsm::Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/asterisk-bristuff/files/patch-codecs::gsm::Makefile b/net/asterisk-bristuff/files/patch-codecs::gsm::Makefile
new file mode 100644
index 000000000000..35ca91877553
--- /dev/null
+++ b/net/asterisk-bristuff/files/patch-codecs::gsm::Makefile
@@ -0,0 +1,15 @@
+
+$FreeBSD$
+
+--- codecs/gsm/Makefile
++++ codecs/gsm/Makefile
+@@ -49,7 +49,9 @@
+ ifneq (${PROC},arm)
+ ifneq (${PROC},ppc)
+ ifneq (${PROC},ppc64)
++ifneq (${PROC},amd64)
+ OPTIMIZE+=-march=$(PROC)
++endif
+ endif
+ endif
+ endif