rsstail: remove workaround for upstream issue

flok99/rsstail#10 has been accepted and merged.

Closes Homebrew/homebrew#41222.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Larry Gilbert 2015-06-30 14:48:36 -07:00 committed by Dominyk Tiller
parent 42aed27618
commit 2d00b39716

View file

@ -4,6 +4,8 @@ class Rsstail < Formula
url "http://www.vanheusden.com/rsstail/rsstail-1.8.tgz"
sha256 "19284f3eca4bfa649f53848e19e6ee134bce17ccf2a22919cc8c600684877801"
head "https://github.com/flok99/rsstail.git"
bottle do
cellar :any
sha256 "0d18005ca03757ba45acb78737587eeb9abbe31e5346b0a0738dbc63951a3311" => :yosemite
@ -13,16 +15,8 @@ class Rsstail < Formula
depends_on "libmrss"
head "https://github.com/flok99/rsstail.git"
def install
if build.head?
# Upstream bug: https://github.com/flok99/rsstail/pull/10
ENV.append "LDFLAGS", "-liconv -lmrss"
system "make", "-e"
else
system "make"
end
system "make"
man1.install "rsstail.1"
bin.install "rsstail"
end