source: freewrt/package/asterisk/patches/patch-codecs_gsm_Makefile@ 621d5d2

freewrt_2_0
Last change on this file since 621d5d2 was ece651a, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

fix some more asterisk build issues

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1943 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 840 bytes
Line 
1$FreeWRT$
2--- asterisk-1.2.15.orig/codecs/gsm/Makefile 2006-07-24 17:05:56.000000000 +0000
3+++ asterisk-1.2.15/codecs/gsm/Makefile 2007-02-12 11:08:08.000000000 +0000
4@@ -51,7 +51,7 @@ ifneq (${OSARCH},Darwin)
5 ifneq (${PROC},ppc)
6 ifneq (${PROC},ppc64)
7 ifneq (${PROC},s390)
8-OPTIMIZE+=-march=$(PROC)
9+OPTIMIZE+=
10 endif
11 endif
12 endif
13@@ -243,7 +243,7 @@ ifneq ($(shell uname -m),sparc64)
14 ifneq (${PROC},arm)
15 ifneq ($(shell uname -m), parisc)
16 ifneq ($(shell uname -m),s390)
17-GSM_SOURCES+= $(SRC)/k6opt.s
18+GSM_SOURCES+=
19 endif
20 endif
21 endif
22@@ -310,7 +310,7 @@ ifneq ($(shell uname -m), sparc64)
23 ifneq ($(shell uname -m), armv4l)
24 ifneq ($(shell uname -m), parisc)
25 ifneq ($(shell uname -m),s390)
26-GSM_OBJECTS+= $(SRC)/k6opt.o
27+GSM_OBJECTS+=
28 endif
29 endif
30 endif
Note: See TracBrowser for help on using the repository browser.