aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/crm114.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/crm114.rb b/Library/Formula/crm114.rb
index f5a46858e..450eca4ec 100644
--- a/Library/Formula/crm114.rb
+++ b/Library/Formula/crm114.rb
@@ -8,6 +8,7 @@ class Crm114 < Formula
depends_on 'tre'
def install
+ ENV.append 'CFLAGS', '-std=gnu89'
inreplace 'Makefile', 'LDFLAGS += -static -static-libgcc', ''
bin.mkpath
system "make", "prefix=#{prefix}", "install"