Skip to content

Commit

Permalink
gifsicle 1.64
Browse files Browse the repository at this point in the history
 - add ENV.x11 to help the linker out a bit

Closes Homebrew#10394.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
fish2000 authored and jacknagel committed Feb 25, 2012
1 parent 1a061ff commit c6dd092
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Library/Formula/gifsicle.rb
@@ -1,11 +1,12 @@
require 'formula'

class Gifsicle < Formula
url 'http://www.lcdf.org/gifsicle/gifsicle-1.61.tar.gz'
homepage 'http://www.lcdf.org/gifsicle/'
md5 '3d9e45873daaf960a35d1b89505f1101'
url 'http://www.lcdf.org/gifsicle/gifsicle-1.64.tar.gz'
md5 'dabe9ee0d6d9cea099d9a7e6ecdcc443'

def install
ENV.x11
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--enable-all"
Expand Down

0 comments on commit c6dd092

Please sign in to comment.