aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/zeromq.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/zeromq.rb b/Library/Formula/zeromq.rb
index cf8ca1b5a..2fad52bbc 100644
--- a/Library/Formula/zeromq.rb
+++ b/Library/Formula/zeromq.rb
@@ -25,7 +25,7 @@ class Zeromq < Formula
# Address lack of strndup on 10.6, fixed upstream
# https://github.com/zeromq/zeromq3-x/commit/400cbc208a768c4df5039f401dd2688eede6e1ca
- def patches; DATA; end
+ def patches; DATA; end unless build.head?
def install
ENV.universal_binary if build.universal?