From 7fd3ea035891fb937e1efdcaa042969b5b01035c Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 2 Sep 2011 10:44:37 -0700 Subject: lbdb: use native sdkroot --- Library/Formula/lbdb.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library') 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 -- cgit v1.2.3