aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk16/files/patch-codecs::gsm::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/asterisk16/files/patch-codecs::gsm::Makefile')
-rw-r--r--net/asterisk16/files/patch-codecs::gsm::Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/asterisk16/files/patch-codecs::gsm::Makefile b/net/asterisk16/files/patch-codecs::gsm::Makefile
index 35ca91877553..7256eeae5692 100644
--- a/net/asterisk16/files/patch-codecs::gsm::Makefile
+++ b/net/asterisk16/files/patch-codecs::gsm::Makefile
@@ -1,14 +1,15 @@
$FreeBSD$
---- codecs/gsm/Makefile
+--- codecs/gsm/Makefile.orig
+++ codecs/gsm/Makefile
@@ -49,7 +49,9 @@
ifneq (${PROC},arm)
ifneq (${PROC},ppc)
ifneq (${PROC},ppc64)
+-OPTIMIZE+=-march=$(PROC)
+ifneq (${PROC},amd64)
- OPTIMIZE+=-march=$(PROC)
++#OPTIMIZE+=-march=$(PROC)
+endif
endif
endif