aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/libmemcached.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/libmemcached.rb b/Library/Formula/libmemcached.rb
index 34601ba44..349e027d2 100644
--- a/Library/Formula/libmemcached.rb
+++ b/Library/Formula/libmemcached.rb
@@ -20,10 +20,8 @@ class Libmemcached < Formula
depends_on "memcached"
end
- def patches
- # https://bugs.launchpad.net/libmemcached/+bug/1284765
- DATA
- end
+ # https://bugs.launchpad.net/libmemcached/+bug/1284765
+ patch :DATA
def install
ENV.append_to_cflags "-undefined dynamic_lookup" if MacOS.version <= :leopard