diff options
Diffstat (limited to 'net/asterisk16/files/patch-codecs::gsm::Makefile')
-rw-r--r-- | net/asterisk16/files/patch-codecs::gsm::Makefile | 5 |
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 |