mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
14 lines
491 B
Plaintext
14 lines
491 B
Plaintext
$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)
|