diff options
| author | Jack Nagel | 2014-03-19 12:07:54 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 18:57:17 -0500 |
| commit | d10c7b4cdd6928260fd2dbf8961bd9896d12ffe1 (patch) | |
| tree | f655939b322cfce8ab17f781caf7d333f47dceec /Library/Formula/libdlna.rb | |
| parent | 450c15957c4cb9751707474d845e46236f79a255 (diff) | |
| download | homebrew-d10c7b4cdd6928260fd2dbf8961bd9896d12ffe1.tar.bz2 | |
libdlna: use patch DSL
Diffstat (limited to 'Library/Formula/libdlna.rb')
| -rw-r--r-- | Library/Formula/libdlna.rb | 4 |
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", |
