pkgsrc/devel/quilt/patches/patch-aa
ryoon a5a7cb34bd Update to 0.61
Changelog:
* backup-files is rewritten by bash now
* Many bugfixes
* Many cleanups
2013-12-30 04:21:58 +00:00

13 lines
491 B
Text

$NetBSD: patch-aa,v 1.2 2013/12/30 04:21:58 ryoon Exp $
--- Makefile.in.orig 2013-12-08 09:40:42.000000000 +0000
+++ Makefile.in
@@ -275,7 +275,7 @@ Makefile : Makefile.in configure
@echo "Please run ./configure"
@false
-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
compat :: $(COMPAT)