aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/beecrypt.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/Library/Formula/beecrypt.rb b/Library/Formula/beecrypt.rb
index aed07b86d..4d2a4f4f5 100644
--- a/Library/Formula/beecrypt.rb
+++ b/Library/Formula/beecrypt.rb
@@ -8,11 +8,7 @@ class Beecrypt < Formula
depends_on "icu4c"
def install
- # Compilation fails if we allow Homebrew to set CFLAGS/CPPFLAGS/CXXFLAGS.
- ENV.delete "CFLAGS"
- ENV.delete "CPPFLAGS"
- ENV.delete "CXXFLAGS"
-
+ ENV.remove_from_cflags /-march=\S*/
system "./configure", "--prefix=#{prefix}", "--disable-openmp", "--without-java", "--without-python"
system "make"
system "make install"