From 7cf86c8a63597d019bfaebe8da997bc139dc5f69 Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Sun, 26 Feb 2017 01:34:35 +0100 Subject: [PATCH] xalan-c: drop universal --- Formula/xalan-c.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/xalan-c.rb b/Formula/xalan-c.rb index 12b8cdc033..0ef38c0163 100644 --- a/Formula/xalan-c.rb +++ b/Formula/xalan-c.rb @@ -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"