]> git.pld-linux.org Git - packages/asterisk.git/blame_incremental - asterisk-no_k6_on_sparc.patch
- missing piece
[packages/asterisk.git] / asterisk-no_k6_on_sparc.patch
... / ...
CommitLineData
1--- asterisk-1.2.0/codecs/gsm/Makefile.orig 2005-11-21 13:34:00.000000000 +0100
2+++ asterisk-1.2.0/codecs/gsm/Makefile 2005-11-21 13:40:02.000000000 +0100
3@@ -235,6 +235,7 @@
4 ifneq ($(shell uname -m),alpha)
5 ifneq ($(shell uname -m),armv4l)
6 ifneq ($(shell uname -m),sparc64)
7+ifneq ($(shell uname -m),sparc)
8 ifneq (${PROC},arm)
9 GSM_SOURCES+= $(SRC)/k6opt.s
10 endif
11@@ -245,6 +246,7 @@
12 endif
13 endif
14 endif
15+endif
16
17 TOAST_SOURCES = $(SRC)/toast.c \
18 $(SRC)/toast_lin.c \
19@@ -296,6 +298,7 @@
20 ifneq ($(shell uname -m), ppc64)
21 ifneq ($(shell uname -m), alpha)
22 ifneq ($(shell uname -m), sparc64)
23+ifneq ($(shell uname -m), sparc)
24 ifneq ($(shell uname -m), armv4l)
25 GSM_OBJECTS+= $(SRC)/k6opt.o
26 endif
27@@ -305,6 +308,7 @@
28 endif
29 endif
30 endif
31+endif
32
33 TOAST_OBJECTS = $(SRC)/toast.o \
34 $(SRC)/toast_lin.o \
This page took 0.024182 seconds and 4 git commands to generate.