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