aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libdlna.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 12:07:54 -0500
committerJack Nagel2014-03-19 18:57:17 -0500
commitd10c7b4cdd6928260fd2dbf8961bd9896d12ffe1 (patch)
treef655939b322cfce8ab17f781caf7d333f47dceec /Library/Formula/libdlna.rb
parent450c15957c4cb9751707474d845e46236f79a255 (diff)
downloadhomebrew-d10c7b4cdd6928260fd2dbf8961bd9896d12ffe1.tar.bz2
libdlna: use patch DSL
Diffstat (limited to 'Library/Formula/libdlna.rb')
-rw-r--r--Library/Formula/libdlna.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/libdlna.rb b/Library/Formula/libdlna.rb
index 6a4f5cd93..f7801db8f 100644
--- a/Library/Formula/libdlna.rb
+++ b/Library/Formula/libdlna.rb
@@ -8,9 +8,7 @@ class Libdlna < Formula
depends_on 'ffmpeg'
# Use dylib instead of soname
- def patches
- DATA
- end
+ patch :DATA
def install
system "./configure", "--disable-debug",