From 86367714cc7437ca31c4aa9415d521c70693f722 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Mon, 30 Sep 2013 07:48:33 -0700 Subject: [PATCH] wxmac: correct lzma configure option name --- Formula/wxmac.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/wxmac.rb b/Formula/wxmac.rb index 1ce4fb51e3..f82e1b8856 100644 --- a/Formula/wxmac.rb +++ b/Formula/wxmac.rb @@ -73,7 +73,7 @@ class Wxmac < Formula # 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", + "--without-liblzma", "--with-libpng", "--with-zlib", "--enable-dnd",