diff options
Diffstat (limited to 'homebrew/vstr/.make.sh-auto')
-rw-r--r-- | homebrew/vstr/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/vstr/.make.sh-auto b/homebrew/vstr/.make.sh-auto new file mode 100644 index 000000000..ca90f1f26 --- /dev/null +++ b/homebrew/vstr/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +ENV.append "CFLAGS", "--std=gnu89" if ENV.compiler == :clang +pkg:configure --disable-dependency-tracking +make DESTDIR=${PKG_DEST} install |