aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-09-02 10:44:37 -0700
committerAdam Vandenberg2011-09-02 10:50:04 -0700
commit7fd3ea035891fb937e1efdcaa042969b5b01035c (patch)
tree7f2b74744a2014e7f97bb5153ed9efd88fa9c7e6 /Library
parent4d5f505cb1f59e4a9ef6d9f848ba5ddaaeb585e0 (diff)
downloadhomebrew-7fd3ea035891fb937e1efdcaa042969b5b01035c.tar.bz2
lbdb: use native sdkroot
Diffstat (limited to 'Library')
-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