aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/zabbix.rb
diff options
context:
space:
mode:
authorJack Nagel2014-07-29 20:32:23 -0500
committerJack Nagel2014-07-29 20:32:24 -0500
commit377d376b558dcce3bcff7dde68d654ed661ecee5 (patch)
tree7de438cf6bf183ecb4b363b2b3f2043eaa6534d5 /Library/Formula/zabbix.rb
parent7e68ad0f69182df0ab0b297a8c9e869b4e4bb030 (diff)
downloadhomebrew-377d376b558dcce3bcff7dde68d654ed661ecee5.tar.bz2
zabbix: fix build on Xcode-only systems
Fixes #31206.
Diffstat (limited to 'Library/Formula/zabbix.rb')
-rw-r--r--Library/Formula/zabbix.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/zabbix.rb b/Library/Formula/zabbix.rb
index 86155374c..b8b17d3ab 100644
--- a/Library/Formula/zabbix.rb
+++ b/Library/Formula/zabbix.rb
@@ -25,6 +25,7 @@ class Zabbix < Formula
--disable-dependency-tracking
--prefix=#{prefix}
--enable-agent
+ --with-iconv=#{MacOS.sdk_path}/usr
}
unless build.include? "agent-only"