]> git.pld-linux.org Git - packages/asterisk.git/blobdiff - asterisk-no_k6_on_sparc.patch
- outdated
[packages/asterisk.git] / asterisk-no_k6_on_sparc.patch
index b133851d4b7529b99e1233c72997ff3fdcae16fe..1c2e9328980fcf6c42f2cef81201570aaadefe63 100644 (file)
@@ -1,15 +1,14 @@
-diff -ur asterisk-1.0.8-o/codecs/gsm/Makefile asterisk-1.0.8/codecs/gsm/Makefile
---- asterisk-1.0.8-o/codecs/gsm/Makefile       2005-06-21 08:27:28.000000000 -0600
-+++ asterisk-1.0.8/codecs/gsm/Makefile 2005-06-23 23:28:35.000000000 -0600
-@@ -224,6 +224,7 @@
+--- asterisk-1.2.0/codecs/gsm/Makefile.orig    2005-11-21 13:34:00.000000000 +0100
++++ asterisk-1.2.0/codecs/gsm/Makefile 2005-11-21 13:40:02.000000000 +0100
+@@ -235,6 +235,7 @@
  ifneq ($(shell uname -m),alpha)
  ifneq ($(shell uname -m),armv4l)
  ifneq ($(shell uname -m),sparc64)
 +ifneq ($(shell uname -m),sparc)
+ ifneq (${PROC},arm)
  GSM_SOURCES+= $(SRC)/k6opt.s
  endif
- endif
-@@ -231,6 +232,7 @@
+@@ -245,6 +246,7 @@
  endif
  endif
  endif
@@ -17,15 +16,15 @@ diff -ur asterisk-1.0.8-o/codecs/gsm/Makefile asterisk-1.0.8/codecs/gsm/Makefile
  
  TOAST_SOURCES = $(SRC)/toast.c                \
                $(SRC)/toast_lin.c      \
-@@ -282,6 +284,7 @@
+@@ -296,6 +298,7 @@
+ ifneq ($(shell uname -m), ppc64)
  ifneq ($(shell uname -m), alpha)
- ifneq ($(shell uname -m), armv4l)
  ifneq ($(shell uname -m), sparc64)
 +ifneq ($(shell uname -m), sparc)
+ ifneq ($(shell uname -m), armv4l)
  GSM_OBJECTS+= $(SRC)/k6opt.o
  endif
- endif
-@@ -289,6 +292,7 @@
+@@ -305,6 +308,7 @@
  endif
  endif
  endif
This page took 0.078636 seconds and 4 git commands to generate.