aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2014-04-10 22:34:22 -0700
committerAdam Vandenberg2014-04-10 22:34:22 -0700
commit87500fdb463450c3266e18d7a235559a26a07d0e (patch)
tree1b89ad0a0812d5c09896d2139dc5d3f42c43a2e1 /Library/Formula
parent7c007d0d22b5157018916b9da77ad702e9a8b300 (diff)
downloadhomebrew-87500fdb463450c3266e18d7a235559a26a07d0e.tar.bz2
plzip devel 1.2-pre1
Closes #27561.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/plzip.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/plzip.rb b/Library/Formula/plzip.rb
index b332fc58a..cc88574a6 100644
--- a/Library/Formula/plzip.rb
+++ b/Library/Formula/plzip.rb
@@ -7,6 +7,12 @@ class Plzip < Formula
depends_on 'lzlib'
+ # Stable doesn't build with clang, but 1.2-pre does
+ devel do
+ url 'http://download.savannah.gnu.org/releases/lzip/plzip-1.2-pre1.tar.lz'
+ sha1 '2fbca2f13ff185f1e9824b8fa34ffba79fb7197f'
+ end
+
def install
system "./configure", "--prefix=#{prefix}", "CXX=#{ENV.cxx}",
"CXXFLAGS=#{ENV.cflags}"