zaptel-1.4.x: fix build failure, refresh patches move to "Voice over IP"
[feed/telephony.git] / libs / zaptel-1.4.x / patches / 200-Makefile-pwd.patch
1 ---
2 Makefile | 1 +
3 1 file changed, 1 insertion(+)
4
5 --- a/Makefile
6 +++ b/Makefile
7 @@ -18,6 +18,7 @@ ifeq ($(MAKELEVEL),0)
8 PWD:=$(shell pwd)
9 export PWD
10 endif
11 +PWD:=`pwd`
12
13 ifeq ($(ARCH),)
14 ARCH:=$(shell uname -m | sed -e s/i.86/i386/)