aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-08-01 15:16:52 -0700
committerAdam Vandenberg2010-08-01 15:16:52 -0700
commit4f9f60fd67cfff2bcffecfc868c1ed814b913e55 (patch)
tree796670ffe2c18744e3a9be0e5c0577646e67ab61 /Library
parent8b6de68854f0fc49495260726bfa0f055e3d0464 (diff)
downloadhomebrew-4f9f60fd67cfff2bcffecfc868c1ed814b913e55.tar.bz2
wip
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/bazaar.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/bazaar.rb b/Library/Formula/bazaar.rb
index 501e3ad1e..37ec66de1 100644
--- a/Library/Formula/bazaar.rb
+++ b/Library/Formula/bazaar.rb
@@ -7,7 +7,13 @@ class Bazaar <Formula
aka :bzr
+ def options
+ [["--system", "Install using the OS X system Python."]]
+ end
+
def install
+ ENV.prepend "PATH", "/System/Library/Frameworks/Python.framework/Versions/Current/bin", ":" if ARGV.include? "--system"
+
# Find the archs of the Python we are building against.
# If the python includes PPC support, then don't use Intel-
# specific compiler flags