aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pan.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pan.rb b/Library/Formula/pan.rb
index 43b2ae637..f91ad1e65 100644
--- a/Library/Formula/pan.rb
+++ b/Library/Formula/pan.rb
@@ -15,7 +15,7 @@ class Pan < Formula
depends_on 'gnutls' => :optional
# Fix compilation on 64-bit; see https://bugzilla.gnome.org/show_bug.cgi?id=673813
- def patches; DATA end
+ patch :DATA
def install
ENV.append 'LDFLAGS', ' -liconv ' # iconv detection is broken.