summaryrefslogtreecommitdiff
path: root/homebrew/tree/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/tree/.make.sh-auto')
-rw-r--r--homebrew/tree/.make.sh-auto4
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/tree/.make.sh-auto b/homebrew/tree/.make.sh-auto
new file mode 100644
index 000000000..43b2429d1
--- /dev/null
+++ b/homebrew/tree/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+ENV.append "CFLAGS", "-fomit-frame-pointer"
+objs = "tree.o unix.o html.o xml.o json.o hash.o color.o file.o strverscmp.o"
+make prefix=${PKG_TAPF} MANDIR=#{man1} CC=${PKG_TARG}-clang CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} OBJS=#{objs} DESTDIR=${PKG_DEST} install