summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2017-06-12 16:11:51 +0000
committersevan <sevan@pkgsrc.org>2017-06-12 16:11:51 +0000
commitd67b0642717d573c74c8940d2362072db67ad600 (patch)
tree7745428aafd3dc26def48d2961454fbc11148bdc /mk
parentbc30b2ffe9b4700d5deddf9c4615e908417900ca (diff)
downloadpkgsrc-d67b0642717d573c74c8940d2362072db67ad600.tar.gz
Whilst the version of find in Darwin 8 & prior is insufficient for installing Python modules,
there are further issues with circular dependencies which need to be resolved before the change to using find from coreutils can be made. Revert previous change for now.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/tools.Darwin.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/tools/tools.Darwin.mk b/mk/tools/tools.Darwin.mk
index c9b363625fc..2464ea7b2bf 100644
--- a/mk/tools/tools.Darwin.mk
+++ b/mk/tools/tools.Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Darwin.mk,v 1.57 2017/05/06 16:33:54 sevan Exp $
+# $NetBSD: tools.Darwin.mk,v 1.58 2017/06/12 16:11:51 sevan Exp $
#
# System-supplied tools for the Darwin (Mac OS X) operating system.
@@ -42,9 +42,7 @@ TOOLS_PLATFORM.expr?= /bin/expr
TOOLS_PLATFORM.false?= false # shell builtin
TOOLS_PLATFORM.fgrep?= /usr/bin/fgrep
TOOLS_PLATFORM.file?= /usr/bin/file
-.if empty(MACHINE_PLATFORM:MDarwin-[0-8].*-*)
TOOLS_PLATFORM.find?= /usr/bin/find
-.endif
TOOLS_PLATFORM.flex?= /usr/bin/flex
TOOLS_PLATFORM.ftp?= /usr/bin/ftp
.if empty(MACHINE_PLATFORM:MDarwin-[0-8].*-*)