lbdb: use native sdkroot

This commit is contained in:
Adam Vandenberg 2011-09-02 10:44:37 -07:00
parent 09aa73a2d8
commit 6af4c86ba5

View file

@ -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