From bf49b020d2e001dc8fcdd732cdaa6564bbe6c22c Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Thu, 3 Jul 2014 12:36:27 -0700 Subject: poco: Remove unnecessary configuration Darwin64 is an alias for Darwin64-clang, and likewise Darwin32 is an alias for Darwin32-clang. Signed-off-by: Jack Nagel --- Library/Formula/poco.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/poco.rb b/Library/Formula/poco.rb index 0c38386a7..5315d3429 100644 --- a/Library/Formula/poco.rb +++ b/Library/Formula/poco.rb @@ -26,8 +26,6 @@ class Poco < Formula ENV.cxx11 if build.cxx11? arch = Hardware.is_64_bit? ? 'Darwin64': 'Darwin32' - arch << '-clang' if ENV.compiler == :clang - system "./configure", "--prefix=#{prefix}", "--config=#{arch}", "--omit=Data/MySQL,Data/ODBC", -- cgit v1.2.3