]> git.pld-linux.org Git - packages/asterisk.git/blob - asterisk-no_k6_on_sparc.patch
- up to 1.6.2.10
[packages/asterisk.git] / asterisk-no_k6_on_sparc.patch
1 --- asterisk-1.6.1.12/codecs/gsm/Makefile~      2009-12-29 20:48:57.000000000 +0200
2 +++ asterisk-1.6.1.12/codecs/gsm/Makefile       2009-12-29 20:49:58.084691177 +0200
3 @@ -208,7 +208,7 @@
4  # XXX Keep a space after each findstring argument
5  # XXX should merge with GSM_OBJECTS
6  ifeq ($(OSARCH),linux-gnu)
7 -ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 parisc s390 ))
8 +ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 sparc parisc s390 ))
9  ifeq (,$(findstring $(PROC) , arm armv5b armeb powerpc ia64 s390 bfin mipsel mips ))
10  GSM_SOURCES+= $(SRC)/k6opt.s
11  endif
12 @@ -261,7 +261,7 @@
13                 $(SRC)/table.o
14  
15  ifeq ($(OSARCH),linux-gnu)
16 -ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 parisc ))
17 +ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 sparc parisc ))
18  ifeq (,$(findstring $(PROC) , arm armv5b armeb powerpc ia64 bfin mipsel mips ))
19  GSM_OBJECTS+= $(SRC)/k6opt.o
20  endif
This page took 0.026045 seconds and 3 git commands to generate.