diff options
Diffstat (limited to 'homebrew/imapfilter/.make.sh-auto')
-rw-r--r-- | homebrew/imapfilter/.make.sh-auto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/homebrew/imapfilter/.make.sh-auto b/homebrew/imapfilter/.make.sh-auto new file mode 100644 index 000000000..f2caa304e --- /dev/null +++ b/homebrew/imapfilter/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +inreplace "src/Makefile" do |s| +s.change_make_var! "CFLAGS", "#{s.get_make_var "CFLAGS"} #{ENV.cflags}" |