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 c4cd999ef..607ce73fb 100644
--- a/Library/Formula/lbdb.rb
+++ b/Library/Formula/lbdb.rb
@@ -10,6 +10,9 @@ class Lbdb < Formula
end
def install
+ inreplace "ABQuery/ABQuery.xcodeproj/project.pbxproj" do |s|
+ s.gsub! "SDKROOT = macosx10.5;", "SDKROOT = macosx#{MACOS_VERSION};"
+ end
system "./configure", "--prefix=#{prefix}"
system "make install"
end