summaryrefslogtreecommitdiff
path: root/homebrew/hydra/.make.sh-auto
blob: 398bfdf23e65e06b3d575a12679b07f4f5405eb8 (plain)
1
2
3
4
5
6
pkg:setup
inreplace "configure" do |s|
s.gsub! "/opt/local/lib", Formula["openssl"].opt_lib
s.gsub! "/opt/local/*ssl", Formula["openssl"].opt_lib
s.gsub! "/opt/*ssl/include", Formula["openssl"].opt_include
s.gsub! "libsvn", "oh_no_you_dont"