summaryrefslogtreecommitdiff
path: root/net/asterisk10/files/patch-codecs::gsm::Makefile
blob: 7256eeae569220dca659c7e93bfc7502c5529ab8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$FreeBSD$

--- 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)
+endif
 endif
 endif
 endif