aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/xchat.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/xchat.rb')
-rw-r--r--Library/Formula/xchat.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/xchat.rb b/Library/Formula/xchat.rb
index ef647ded0..c92c598bc 100644
--- a/Library/Formula/xchat.rb
+++ b/Library/Formula/xchat.rb
@@ -12,7 +12,7 @@ class Xchat < Formula
# Adjust to newer glib include conventions
# Reported at https://sourceforge.net/tracker/?func=detail&aid=3446968&group_id=239&atid=100239
- def patches; DATA; end
+ patch :DATA
def install
ENV.append 'LDFLAGS', '-lgmodule-2.0'