aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lbdb.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/lbdb.rb b/Library/Formula/lbdb.rb
index 607ce73fb..a7d750faf 100644
--- a/Library/Formula/lbdb.rb
+++ b/Library/Formula/lbdb.rb
@@ -13,6 +13,9 @@ class Lbdb < Formula
inreplace "ABQuery/ABQuery.xcodeproj/project.pbxproj" do |s|
s.gsub! "SDKROOT = macosx10.5;", "SDKROOT = macosx#{MACOS_VERSION};"
end
+ inreplace "Makefile.in" do |s|
+ s.gsub! "xcodebuild", "xcodebuild SYMROOT=build"
+ end
system "./configure", "--prefix=#{prefix}"
system "make install"
end