diff options
| author | Adam Vandenberg | 2012-03-21 21:12:54 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-21 21:13:24 -0700 |
| commit | a68b0da8e066b308fe1d7181861b82d7f2c38bba (patch) | |
| tree | 0ba70efcff401323e78c2db20c4f8a8425582deb /Library/Formula | |
| parent | d7d25088d0259b4363c8302da02ef8e13b0d9e28 (diff) | |
| download | homebrew-a68b0da8e066b308fe1d7181861b82d7f2c38bba.tar.bz2 | |
gnome-doc-utils: clarify libxml2 dependency
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gnome-doc-utils.rb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Library/Formula/gnome-doc-utils.rb b/Library/Formula/gnome-doc-utils.rb index 4c6e66845..e5fdbfda0 100644 --- a/Library/Formula/gnome-doc-utils.rb +++ b/Library/Formula/gnome-doc-utils.rb @@ -8,9 +8,13 @@ class GnomeDocUtils < Formula depends_on 'pkg-config' => :build depends_on 'intltool' depends_on 'docbook' - depends_on 'libxml2' # --with-python depends_on 'gettext' + # libxml2 must be installed --with-python, and since it is keg-only, the + # Python module must also be symlinked into site-packages or put on the + # PYTHONPATH. + depends_on 'libxml2' + fails_with_llvm "Undefined symbols when linking", :build => "2326" def install |
