pan: use patch DSL

master
Jack Nagel 2014-03-19 20:21:16 -05:00
parent 7e0b61529e
commit 247ae9b4c6
1 changed files with 1 additions and 1 deletions

View File

@ -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.