From d243310d18adafe198652c2820831149cb4e4e13 Mon Sep 17 00:00:00 2001 From: Drew Wells Date: Fri, 12 Dec 2014 17:35:26 -0600 Subject: add head option for libsass Closes #34939. Signed-off-by: Misty De Meo --- Library/Formula/libsass.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') diff --git a/Library/Formula/libsass.rb b/Library/Formula/libsass.rb index 6619785ee..76fa8edea 100644 --- a/Library/Formula/libsass.rb +++ b/Library/Formula/libsass.rb @@ -4,6 +4,7 @@ class Libsass < Formula homepage "https://github.com/sass/libsass" url "https://github.com/sass/libsass/archive/3.0.2.tar.gz" sha1 "415e4377ec73fcf0bd7af949d65f7ca730be1e5c" + head "https://github.com/sass/libsass.git" bottle do cellar :any @@ -19,6 +20,7 @@ class Libsass < Formula def install ENV.cxx11 + ENV["LIBSASS_VERSION"] = "HEAD" if build.head? system "autoreconf", "-fvi" system "./configure", "--prefix=#{prefix}", "--disable-silent-rules", "--disable-dependency-tracking" -- cgit v1.2.3