diff options
| author | Mike McQuaid | 2010-11-11 19:04:09 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2010-11-11 19:04:09 -0800 |
| commit | 1cd47de98eb041edc0300ca00958ebf0bb2d6ddd (patch) | |
| tree | 4d347ea1603d9d699d112140966c4244bf975147 /Library | |
| parent | b136a7e6cbb80314b5a8096aabe12f6f51ac9329 (diff) | |
| download | homebrew-1cd47de98eb041edc0300ca00958ebf0bb2d6ddd.tar.bz2 | |
CMake no longer builds XML-RPC.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cmake.rb | 3 |
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", |
