zeromq: don't patch HEAD

Closes Homebrew/homebrew#22107.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
MinRK 2013-08-24 15:32:12 +02:00 committed by Adam Vandenberg
parent 5dd78ba855
commit e8ed9f3c7a
1 changed files with 1 additions and 1 deletions

View File

@ -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?