aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMax Howell2009-09-02 14:32:28 +0100
committerMax Howell2009-09-02 15:07:26 +0100
commite8236e18e91e11ced9a4a83710b2296f113143fc (patch)
treeb1204954cf829e599aaa88e1e3d1d75f20f5bd5e /Library/Formula
parente478f92b0fd6c91780b87dc5e7940b45ead5173d (diff)
downloadhomebrew-e8236e18e91e11ced9a4a83710b2296f113143fc.tar.bz2
Use std_cmake_parameters for yajl
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/yajl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/yajl.rb b/Library/Formula/yajl.rb
index 189a1143a..288e2fd39 100644
--- a/Library/Formula/yajl.rb
+++ b/Library/Formula/yajl.rb
@@ -13,7 +13,7 @@ class Yajl <Formula
ENV.deparallelize
# I have pushed this fix upstream
- inreplace 'configure', 'cmake ..', "cmake -DCMAKE_INSTALL_PREFIX='#{prefix}' .." if @version == "1.0.5"
+ inreplace 'configure', 'cmake ..', "cmake #{std_cmake_parameters} .." if @version == "1.0.5"
system "./configure --prefix '#{prefix}'"
system "make install"