aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2014-08-23 16:25:46 -0700
committerMisty De Meo2014-08-24 00:12:19 -0700
commit516be00372bda010334719756fe55ec271ab2637 (patch)
treeb8443a3d767f468010b572c9fc8a833a56b077f1 /Library
parent9f984dee1235495bb22f151db8d7ccc30264e7ea (diff)
downloadhomebrew-516be00372bda010334719756fe55ec271ab2637.tar.bz2
finch: find tcl/tk on Xcode-only
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/finch.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/finch.rb b/Library/Formula/finch.rb
index 84982afb8..d45b0e56a 100644
--- a/Library/Formula/finch.rb
+++ b/Library/Formula/finch.rb
@@ -30,6 +30,8 @@ class Finch < Formula
--disable-meanwhile
--disable-vv
--without-x
+ --with-tclconfig=#{MacOS.sdk_path}/usr/lib
+ --with-tkconfig=#{MacOS.sdk_path}/usr/lib
]
args << '--disable-perl' unless build.include? 'perl'