From 8a57a8ea7eee1b749be7194448313140b29ea499 Mon Sep 17 00:00:00 2001 From: schulz Date: Mon, 18 Jun 2012 14:14:07 +0000 Subject: [PATCH] add -f option to patch git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45083 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- config/make.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/make.tmpl b/config/make.tmpl index c4dc693e0b..d1ed2030bf 100644 --- a/config/make.tmpl +++ b/config/make.tmpl @@ -2563,7 +2563,7 @@ endif #MM %(mmake) : $(FETCH) -ao "%(archive_origins)" -a %(archive) -s "%(suffixes)" -l $(%(mmake)-location) \ - -d %(destination) -po "%(patches_origins)" -p %(patches_specs) + -d %(destination) -po "%(patches_origins)" -p "%(patches_specs)" %end #------------------------------------------------------------------------------ @@ -2698,7 +2698,7 @@ else endif ifeq (%(patch),yes) - %(mmake)-%(subpackage)-patches_specs := $(%(mmake)-%(subpackage)-archbase)-aros.diff:$(%(mmake)-%(subpackage)-srcdir):-p1 + %(mmake)-%(subpackage)-patches_specs := $(%(mmake)-%(subpackage)-archbase)-aros.diff:$(%(mmake)-%(subpackage)-srcdir):-f,-p1 else %(mmake)-%(subpackage)-patches_specs := :: endif -- 2.11.4.GIT