]> git.pld-linux.org Git - packages/asterisk.git/blame - asterisk-no_k6_on_sparc.patch
- don't pass arch=something; it's already in cflags
[packages/asterisk.git] / asterisk-no_k6_on_sparc.patch
CommitLineData
f9b41c5d 1diff -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 @@
f3fa416f 5 ifneq ($(shell uname -m),alpha)
f9b41c5d 6 ifneq ($(shell uname -m),armv4l)
f3fa416f 7 ifneq ($(shell uname -m),sparc64)
8+ifneq ($(shell uname -m),sparc)
9 GSM_SOURCES+= $(SRC)/k6opt.s
10 endif
11 endif
f9b41c5d 12@@ -231,6 +232,7 @@
f3fa416f 13 endif
14 endif
15 endif
16+endif
17
18 TOAST_SOURCES = $(SRC)/toast.c \
19 $(SRC)/toast_lin.c \
f9b41c5d 20@@ -282,6 +284,7 @@
f3fa416f 21 ifneq ($(shell uname -m), alpha)
f9b41c5d 22 ifneq ($(shell uname -m), armv4l)
f3fa416f 23 ifneq ($(shell uname -m), sparc64)
24+ifneq ($(shell uname -m), sparc)
25 GSM_OBJECTS+= $(SRC)/k6opt.o
26 endif
27 endif
f9b41c5d 28@@ -289,6 +292,7 @@
f3fa416f 29 endif
30 endif
31 endif
32+endif
33
34 TOAST_OBJECTS = $(SRC)/toast.o \
35 $(SRC)/toast_lin.o \
This page took 0.057947 seconds and 4 git commands to generate.