From 4b1802bb0fff852fad6afd1aee3388e62d1923bb Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 20 Mar 2014 14:05:19 -0500 Subject: [PATCH] rxvt-unicode: use patch DSL --- Formula/rxvt-unicode.rb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Formula/rxvt-unicode.rb b/Formula/rxvt-unicode.rb index 3d786d7bbc..809a021543 100644 --- a/Formula/rxvt-unicode.rb +++ b/Formula/rxvt-unicode.rb @@ -10,12 +10,10 @@ class RxvtUnicode < Formula depends_on 'pkg-config' => :build depends_on :x11 - def patches - # Patch hunks 1 and 2 allow perl support to compile on Intel. - # Hunk 3 is taken from http://aur.archlinux.org/packages.php?ID=44649 - # which removes an extra 10% font width that urxvt adds. - DATA - end + # Patch hunks 1 and 2 allow perl support to compile on Intel. + # Hunk 3 is taken from http://aur.archlinux.org/packages.php?ID=44649 + # which removes an extra 10% font width that urxvt adds. + patch :DATA fails_with :llvm do build 2336