From feb52c1f8a8cb70a0ecd8eaa2707020a63a9a342 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Sun, 29 Sep 2013 14:38:00 -0700 Subject: wxmac: disable lzma in internal libtiff Fixes #22732. --- Library/Formula/wxmac.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library/Formula') 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", -- cgit v1.2.3