summaryrefslogtreecommitdiff
path: root/devel/quilt/patches/patch-aa
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-12-30 04:21:58 +0000
committerryoon <ryoon@pkgsrc.org>2013-12-30 04:21:58 +0000
commit4d9c9678095585ecfebfaacc29b71100494de94a (patch)
treef63e23276a84a10a9216f4f1d5a2b45b64746ee5 /devel/quilt/patches/patch-aa
parent38403d0bf8bc343401f02847bcafd777b69cffc0 (diff)
downloadpkgsrc-4d9c9678095585ecfebfaacc29b71100494de94a.tar.gz
Update to 0.61
Changelog: * backup-files is rewritten by bash now * Many bugfixes * Many cleanups
Diffstat (limited to 'devel/quilt/patches/patch-aa')
-rw-r--r--devel/quilt/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/quilt/patches/patch-aa b/devel/quilt/patches/patch-aa
index b775b841f86..623c858d516 100644
--- a/devel/quilt/patches/patch-aa
+++ b/devel/quilt/patches/patch-aa
@@ -1,12 +1,12 @@
-$NetBSD: patch-aa,v 1.1 2008/01/08 08:28:59 apb Exp $
+$NetBSD: patch-aa,v 1.2 2013/12/30 04:21:58 ryoon Exp $
---- Makefile.in.orig 2008-01-07 19:25:20.000000000 +0200
+--- Makefile.in.orig 2013-12-08 09:40:42.000000000 +0000
+++ Makefile.in
-@@ -272,7 +272,7 @@ Makefile : Makefile.in configure
+@@ -275,7 +275,7 @@ Makefile : Makefile.in configure
@echo "Please run ./configure"
@false
--compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -maxdepth 1 -type f -perm +111))
+-compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -type f -perm -0100))
+compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -maxdepth 1 -type f '(' -perm -100 -o -perm -010 -o -perm -001 ')'))
.PHONY :: compat