aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-11-06 21:54:48 -0600
committerJack Nagel2013-11-06 21:54:56 -0600
commita93bdc699d5e5874a2164dc0b6a54338bdc91a0d (patch)
tree139fd83d94ae25a3550e28949883baec186468b0 /Library/Formula
parentab1e2157e544d0b389fc856e87f8ea2588f735f9 (diff)
downloadhomebrew-a93bdc699d5e5874a2164dc0b6a54338bdc91a0d.tar.bz2
argus-clients: fix build with clang
Closes #23026.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/argus-clients.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/Library/Formula/argus-clients.rb b/Library/Formula/argus-clients.rb
index 025a7e6e6..fe77a3796 100644
--- a/Library/Formula/argus-clients.rb
+++ b/Library/Formula/argus-clients.rb
@@ -8,12 +8,8 @@ class ArgusClients < Formula
depends_on 'readline' => :recommended
depends_on 'rrdtool' => :recommended
- fails_with :clang do
- build 425
- cause "Undefined symbols for architecture x86_64"
- end
-
def install
+ ENV.append 'CFLAGS', '-std=gnu89'
system "./configure", "--prefix=#{prefix}"
system "make"
system "make install"