diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pan.rb | 2 |
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. |
