
$FreeBSD: ports/net/asterisk-bristuff/files/patch-codecs::gsm::Makefile,v 1.6 2006/01/27 00:15:33 sobomax Exp $

--- 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
