aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libxml2.rb
diff options
context:
space:
mode:
authorJack Nagel2013-02-10 18:06:42 -0600
committerJack Nagel2013-02-10 18:20:35 -0600
commit68b5a00bf1219f89995787f638d5804bf9ba2b0e (patch)
tree52d56206461b0584435e00e9bef6247d4ad4babb /Library/Formula/libxml2.rb
parent2aa47a8ba36c85a0795f2d749b3dcb84b59c340e (diff)
downloadhomebrew-68b5a00bf1219f89995787f638d5804bf9ba2b0e.tar.bz2
libxml2 2.9.0
Diffstat (limited to 'Library/Formula/libxml2.rb')
-rw-r--r--Library/Formula/libxml2.rb15
1 files changed, 11 insertions, 4 deletions
diff --git a/Library/Formula/libxml2.rb b/Library/Formula/libxml2.rb
index ffed452d0..b7b611e0c 100644
--- a/Library/Formula/libxml2.rb
+++ b/Library/Formula/libxml2.rb
@@ -2,18 +2,25 @@ require 'formula'
class Libxml2 < Formula
homepage 'http://xmlsoft.org'
- url 'ftp://xmlsoft.org/libxml2/libxml2-2.8.0.tar.gz'
- sha256 'f2e2d0e322685193d1affec83b21dc05d599e17a7306d7b90de95bb5b9ac622a'
+ url 'ftp://xmlsoft.org/libxml2/libxml2-2.9.0.tar.gz'
+ sha256 'ad25d91958b7212abdc12b9611cfb4dc4e5cddb6d1e9891532f48aacee422b82'
keg_only :provided_by_osx
+ option :universal
+ option 'with-python', 'Compile the libxml2 Python 2.x modules'
+
fails_with :llvm do
build 2326
cause "Undefined symbols when linking"
end
- option :universal
- option 'with-python', 'Compile the libxml2 Python 2.x modules'
+ def patches
+ %w{
+ http://git.gnome.org/browse/libxml2/patch/?id=3f6cfbd1d38d0634a2ddcb9a0a13e1b5a2195a5e
+ http://git.gnome.org/browse/libxml2/patch/?id=713434d2309da469d64b35e163ea6556dadccada
+ }
+ end
def install
ENV.universal_binary if build.universal?