diff options
| author | Adam Vandenberg | 2013-11-12 07:43:47 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-12 07:43:47 -0800 |
| commit | 0bcebe4523fbe4c57246dbbb1d807177b44aafc6 (patch) | |
| tree | f467f4dc00965c20dd49d7ca3457eac5bd508f93 /Library/Formula/libkml.rb | |
| parent | e6ca28f2e7f92d3097d601a9e94f8d1bc9259c31 (diff) | |
| download | homebrew-0bcebe4523fbe4c57246dbbb1d807177b44aafc6.tar.bz2 | |
libkml/uriparser conflict
Diffstat (limited to 'Library/Formula/libkml.rb')
| -rw-r--r-- | Library/Formula/libkml.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/libkml.rb b/Library/Formula/libkml.rb index c2e569f8d..84eeea9f3 100644 --- a/Library/Formula/libkml.rb +++ b/Library/Formula/libkml.rb @@ -12,6 +12,8 @@ class Libkml < Formula depends_on :libtool end + conflicts_with 'uriparser', :because => 'both install `liburiparser.dylib`' + # Fix compilation with clang and gcc 4.7+ # https://code.google.com/p/libkml/issues/detail?id=179 def patches; DATA; end |
