9e754d45375775938e94a6d057537decb2df23ec
[openwrt/svn-archive/archive.git] / libs / zaptel-1.4.x / patches / 001-Makefile-arch.patch
1 Index: zaptel-1.4.9.2/Makefile
2 ===================================================================
3 --- zaptel-1.4.9.2.orig/Makefile 2008-08-15 01:42:26.000000000 -0700
4 +++ zaptel-1.4.9.2/Makefile 2008-08-15 01:42:43.000000000 -0700
5 @@ -18,7 +18,9 @@
6 PWD:=$(shell pwd)
7 endif
8
9 +ifndef ARCH
10 ARCH:=$(shell uname -m | sed -e s/i.86/i386/)
11 +endif
12
13 ifeq ($(DEB_HOST_GNU_TYPE),)
14 UNAME_M:=$(shell uname -m)