summaryrefslogtreecommitdiff
path: root/homebrew/graphviz/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/graphviz/.make.sh-auto')
-rw-r--r--homebrew/graphviz/.make.sh-auto9
1 files changed, 9 insertions, 0 deletions
diff --git a/homebrew/graphviz/.make.sh-auto b/homebrew/graphviz/.make.sh-auto
new file mode 100644
index 000000000..3fcdb7e68
--- /dev/null
+++ b/homebrew/graphviz/.make.sh-auto
@@ -0,0 +1,9 @@
+pkg:setup
+inreplace "lib/sfio/features/sfio", "lib qfrexp\nlib qldexp\n", "" unless build.head?
+args = %W[--disable-debug --disable-dependency-tracking --prefix=#{prefix} --disable-php --disable-swig --with-quartz --without-freetype2 --without-qt --without-x --with-gts ]
+./autogen.sh *args
+else
+pkg:configure *args
+end
+make DESTDIR=${PKG_DEST} install
+(bin/"gvmap.sh").unlink