diff options
Diffstat (limited to 'homebrew/libvisio/.make.sh-auto')
-rw-r--r-- | homebrew/libvisio/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/libvisio/.make.sh-auto b/homebrew/libvisio/.make.sh-auto new file mode 100644 index 000000000..07ec0ec9a --- /dev/null +++ b/homebrew/libvisio/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +ENV["LDFLAGS"] = "-lboost_system-mt" +pkg:configure --without-docs -disable-dependency-tracking --enable-static=no +make DESTDIR=${PKG_DEST} install |