newsboat: remove checks for old compilers.

This commit is contained in:
Mike McQuaid 2019-01-24 13:10:58 +00:00
parent d6e091a4f5
commit 84f509229b

View file

@ -19,8 +19,6 @@ class Newsboat < Formula
depends_on "json-c"
depends_on "libstfl"
needs :cxx11
def install
ENV["XML_CATALOG_FILES"] = etc/"xml/catalog"
system "make", "install", "prefix=#{prefix}"