aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ushare.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ushare.rb b/Library/Formula/ushare.rb
index c03a64012..b4033c137 100644
--- a/Library/Formula/ushare.rb
+++ b/Library/Formula/ushare.rb
@@ -11,7 +11,7 @@ class Ushare < Formula
depends_on 'libdlna'
# Fix compilation with newer libupnp
- def patches; DATA; end
+ patch :DATA
def install
ENV.append 'CFLAGS', '-std=gnu89'