From 43b781b453c3ff6a9ff8bd26d25e50233003923e Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Sat, 3 May 2014 02:14:24 +0200 Subject: [PATCH] Fix problem with CURDIR on BSD systems --- patches/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/Makefile b/patches/Makefile index 56b20773..0b965f17 100644 --- a/patches/Makefile +++ b/patches/Makefile @@ -2,6 +2,7 @@ SUBDIRS=10-Missing_Fonts #PATCH:=patch -N -p0 --strip=1 #PATCH:=git apply +CURDIR ?= ${.CURDIR} PATCH:=$(CURDIR)/../debian/tools/gitapply.sh install: