aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorShaun Jackman2014-07-03 12:36:27 -0700
committerJack Nagel2014-11-28 20:08:29 -0500
commitbf49b020d2e001dc8fcdd732cdaa6564bbe6c22c (patch)
tree0790f7015352cb4cb3229b5a26f1a9be644e5fad /Library
parent3a6d3ce3d9265039949f5284147947d5f1c31b26 (diff)
downloadhomebrew-bf49b020d2e001dc8fcdd732cdaa6564bbe6c22c.tar.bz2
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 <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/poco.rb2
1 files changed, 0 insertions, 2 deletions
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",