aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorSven Dahlstrand2009-12-29 22:12:49 +0100
committerMax Howell2009-12-31 03:28:06 +0000
commit7cd15c67b4c1eefc83b1a8223173157a4b64ce14 (patch)
tree1e6a76a168a27efe073db0afda4fe5279983c9ca /Library/Formula
parent7c4d32ae256be9409a168c4bd05fccea6a015b1c (diff)
downloadhomebrew-7cd15c67b4c1eefc83b1a8223173157a4b64ce14.tar.bz2
Pass xapian-config path to xapian-bindings' configure script.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/xapian.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/xapian.rb b/Library/Formula/xapian.rb
index 2a2a4ff2a..e83ba745d 100644
--- a/Library/Formula/xapian.rb
+++ b/Library/Formula/xapian.rb
@@ -34,6 +34,7 @@ class Xapian <Formula
XapianBindings.new.brew do
if ARGV.include? '--ruby' or ARGV.include? '--python' or ARGV.include? '--java' or ARGV.include? '--php'
args = [
+ "XAPIAN_CONFIG=#{bin}/xapian-config",
"--prefix=#{prefix}",
"--disable-debug",
"--disable-dependency-tracking",