summaryrefslogtreecommitdiff
path: root/homebrew/ht/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/ht/.make.sh-auto')
-rw-r--r--homebrew/ht/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/ht/.make.sh-auto b/homebrew/ht/.make.sh-auto
new file mode 100644
index 000000000..ccc1a5a9e
--- /dev/null
+++ b/homebrew/ht/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+inreplace "htapp.cc", "(abs(a - b) > 1)", "(abs((int)a - (int)b))"
+chmod 0755, "./install-sh"
+pkg:configure --disable-dependency-tracking --disable-x11-textmode
+make DESTDIR=${PKG_DEST} install