diff options
Diffstat (limited to 'devel/quilt/patches/patch-aa')
-rw-r--r-- | devel/quilt/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/quilt/patches/patch-aa b/devel/quilt/patches/patch-aa new file mode 100644 index 00000000000..b775b841f86 --- /dev/null +++ b/devel/quilt/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2008/01/08 08:28:59 apb Exp $ + +--- Makefile.in.orig 2008-01-07 19:25:20.000000000 +0200 ++++ Makefile.in +@@ -272,7 +272,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 -maxdepth 1 -type f '(' -perm -100 -o -perm -010 -o -perm -001 ')')) + + .PHONY :: compat + compat :: $(COMPAT) |