libmemcached: remove Leopard patch

This commit is contained in:
FX Coudert 2017-05-06 10:45:59 +02:00 committed by ilovezfs
parent 6164cddbc0
commit 334365772a

View file

@ -26,8 +26,6 @@ class Libmemcached < Formula
patch :DATA
def install
ENV.append_to_cflags "-undefined dynamic_lookup" if MacOS.version <= :leopard
args = ["--prefix=#{prefix}"]
if build.with? "sasl"