aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 12:07:55 -0500
committerJack Nagel2014-03-19 18:57:17 -0500
commite5d7c2b78ca789c3621d3208a162884ab3de3293 (patch)
tree177630274eab66724852166fde0ceaf7d951c77b
parente07e0c25cbb1918e147ec62b8e066c33544af269 (diff)
downloadhomebrew-e5d7c2b78ca789c3621d3208a162884ab3de3293.tar.bz2
libmemcached: use patch DSL
-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