summaryrefslogtreecommitdiff
path: root/homebrew/midnightcommander/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/midnightcommander/.make.sh-auto')
-rw-r--r--homebrew/midnightcommander/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/midnightcommander/.make.sh-auto b/homebrew/midnightcommander/.make.sh-auto
new file mode 100644
index 000000000..da87c0c8c
--- /dev/null
+++ b/homebrew/midnightcommander/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+args = %W[--disable-debug --disable-dependency-tracking --disable-silent-rules --prefix=#{prefix} --without-x --with-screen=slang --enable-vfs-sftp ]
+ENV["ac_cv_func_utimensat"] = "no" if MacOS.version >= :high_sierra
+pkg:configure *args
+make DESTDIR=${PKG_DEST} install