xalan-c: drop universal

This commit is contained in:
FX Coudert 2017-02-26 01:34:35 +01:00
parent e0bc9883ab
commit 7cf86c8a63

View file

@ -13,7 +13,6 @@ class XalanC < Formula
end
option "with-docs", "Install HTML docs"
option :universal
if build.with? "docs"
depends_on "doxygen" => :build
@ -26,7 +25,6 @@ class XalanC < Formula
def install
ENV.deparallelize # See https://issues.apache.org/jira/browse/XALANC-696
ENV.universal_binary if build.universal?
ENV["XALANCROOT"] = "#{buildpath}/c"
ENV["XALAN_LOCALE_SYSTEM"] = "inmem"
ENV["XALAN_LOCALE"] = "en_US"