Skip to content

Commit

Permalink
crm: use gnu89
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Feb 14, 2014
1 parent b110785 commit 72c2a96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/crm114.rb
Expand Up @@ -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"
Expand Down

0 comments on commit 72c2a96

Please sign in to comment.