diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/wxmac.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/wxmac.rb b/Library/Formula/wxmac.rb index 5180fa905..1ce4fb51e 100644 --- a/Library/Formula/wxmac.rb +++ b/Library/Formula/wxmac.rb @@ -70,6 +70,10 @@ class Wxmac < Formula "--with-osx_cocoa", "--with-libjpeg", "--with-libtiff", + # Otherwise, even in superenv, the internal libtiff can pick + # up on a nonuniversal xz and fail + # https://github.com/mxcl/homebrew/issues/22732 + "--without-lzma", "--with-libpng", "--with-zlib", "--enable-dnd", |
