]> git.pld-linux.org Git - packages/asterisk.git/blob - asterisk-no_k6_on_sparc.patch
b133851d4b7529b99e1233c72997ff3fdcae16fe
[packages/asterisk.git] / asterisk-no_k6_on_sparc.patch
1 diff -ur asterisk-1.0.8-o/codecs/gsm/Makefile asterisk-1.0.8/codecs/gsm/Makefile
2 --- asterisk-1.0.8-o/codecs/gsm/Makefile        2005-06-21 08:27:28.000000000 -0600
3 +++ asterisk-1.0.8/codecs/gsm/Makefile  2005-06-23 23:28:35.000000000 -0600
4 @@ -224,6 +224,7 @@
5  ifneq ($(shell uname -m),alpha)
6  ifneq ($(shell uname -m),armv4l)
7  ifneq ($(shell uname -m),sparc64)
8 +ifneq ($(shell uname -m),sparc)
9  GSM_SOURCES+= $(SRC)/k6opt.s
10  endif
11  endif
12 @@ -231,6 +232,7 @@
13  endif
14  endif
15  endif
16 +endif
17  
18  TOAST_SOURCES = $(SRC)/toast.c                 \
19                 $(SRC)/toast_lin.c      \
20 @@ -282,6 +284,7 @@
21  ifneq ($(shell uname -m), alpha)
22  ifneq ($(shell uname -m), armv4l)
23  ifneq ($(shell uname -m), sparc64)
24 +ifneq ($(shell uname -m), sparc)
25  GSM_OBJECTS+= $(SRC)/k6opt.o
26  endif
27  endif
28 @@ -289,6 +292,7 @@
29  endif
30  endif
31  endif
32 +endif
33  
34  TOAST_OBJECTS =        $(SRC)/toast.o          \
35                 $(SRC)/toast_lin.o      \
This page took 0.03775 seconds and 2 git commands to generate.