diff options
Diffstat (limited to 'net/asterisk14/files/patch-codecs::gsm::Makefile')
-rw-r--r-- | net/asterisk14/files/patch-codecs::gsm::Makefile | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/net/asterisk14/files/patch-codecs::gsm::Makefile b/net/asterisk14/files/patch-codecs::gsm::Makefile index 7256eeae569..756d43ca6fc 100644 --- a/net/asterisk14/files/patch-codecs::gsm::Makefile +++ b/net/asterisk14/files/patch-codecs::gsm::Makefile @@ -1,16 +1,11 @@ - -$FreeBSD$ - ---- codecs/gsm/Makefile.orig -+++ codecs/gsm/Makefile -@@ -49,7 +49,9 @@ - ifneq (${PROC},arm) - ifneq (${PROC},ppc) - ifneq (${PROC},ppc64) +--- codecs/gsm/Makefile.orig Tue May 30 22:18:30 2006 ++++ codecs/gsm/Makefile Wed Jun 14 14:07:42 2006 +@@ -51,7 +51,7 @@ + ifneq (${PROC},ppc) + ifneq (${PROC},ppc64) + ifneq (${PROC},s390) -OPTIMIZE+=-march=$(PROC) -+ifneq (${PROC},amd64) +#OPTIMIZE+=-march=$(PROC) -+endif - endif - endif - endif + endif + endif + endif |