aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-11-09 23:45:31 -0600
committerJack Nagel2013-11-09 23:45:44 -0600
commit9ed4f1d129bfe6401e168c7a62233915870c6efa (patch)
tree40e8d752af8601546924409f0a110a35294c5469 /Library
parentce8ea81effa9e8175d0246bdc101ae6cf67a9a9e (diff)
downloadhomebrew-9ed4f1d129bfe6401e168c7a62233915870c6efa.tar.bz2
beansdb: fix build with clang
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/beansdb.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/beansdb.rb b/Library/Formula/beansdb.rb
index 51e3c6b54..06412ca7e 100644
--- a/Library/Formula/beansdb.rb
+++ b/Library/Formula/beansdb.rb
@@ -8,11 +8,8 @@ class Beansdb < Formula
depends_on :automake
- fails_with :clang do
- cause "Known not to compile with clang."
- end
-
def install
+ ENV.append 'CFLAGS', '-std=gnu89'
system "./autogen.sh"
system "./configure", "--prefix=#{prefix}"