aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/webp.rb
diff options
context:
space:
mode:
authorJack Nagel2011-11-19 14:51:47 -0600
committerJack Nagel2011-11-19 14:51:47 -0600
commitd52f04218092dc32d9b6ea528ba8a96123279029 (patch)
treecd762aa53509fdb1c0d86b943786d6770ce8761c /Library/Formula/webp.rb
parentfc9f13bf832ee194cb6da5d8a6e0ed20cf71db90 (diff)
downloadhomebrew-d52f04218092dc32d9b6ea528ba8a96123279029.tar.bz2
webp: ENV.x11 to get libpng
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/webp.rb')
-rw-r--r--Library/Formula/webp.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/webp.rb b/Library/Formula/webp.rb
index ea2a0c919..620efc96a 100644
--- a/Library/Formula/webp.rb
+++ b/Library/Formula/webp.rb
@@ -6,6 +6,8 @@ class Webp < Formula
md5 '254d4670e14e9ed881f0536b006ab336'
def install
+ ENV.x11
+
system "./autogen.sh"
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"