rxvt-unicode: use patch DSL

This commit is contained in:
Jack Nagel 2014-03-20 14:05:19 -05:00
parent f8587be26d
commit 4b1802bb0f

View file

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