aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2010-11-11 19:04:09 -0800
committerMike McQuaid2010-11-11 19:04:09 -0800
commit1cd47de98eb041edc0300ca00958ebf0bb2d6ddd (patch)
tree4d347ea1603d9d699d112140966c4244bf975147 /Library/Formula
parentb136a7e6cbb80314b5a8096aabe12f6f51ac9329 (diff)
downloadhomebrew-1cd47de98eb041edc0300ca00958ebf0bb2d6ddd.tar.bz2
CMake no longer builds XML-RPC.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cmake.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/cmake.rb b/Library/Formula/cmake.rb
index 583c3c565..a58c8dcd5 100644
--- a/Library/Formula/cmake.rb
+++ b/Library/Formula/cmake.rb
@@ -14,8 +14,7 @@ class Cmake <Formula
# http://www.cmake.org/Bug/view.php?id=11431
inreplace 'CMakeLists.txt',
"# Mention to the user what system libraries are being used.",
- "SET(CMAKE_USE_SYSTEM_XMLRPC 0)
- SET(CMAKE_USE_SYSTEM_LIBARCHIVE 0)"
+ "SET(CMAKE_USE_SYSTEM_LIBARCHIVE 0)"
system "./bootstrap", "--prefix=#{prefix}",
"--system-libs",