diff options
| author | Jack Nagel | 2014-03-20 14:05:19 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 21:44:13 -0500 |
| commit | 25d25a53559a6f7f824cc6331666c80acb3f7335 (patch) | |
| tree | ab7755c48a15479e2b35b79ea45dd9100339f298 /Library/Formula/rxvt-unicode.rb | |
| parent | f57e2e479cbf717f9e14f40e9c45841f760bf245 (diff) | |
| download | homebrew-25d25a53559a6f7f824cc6331666c80acb3f7335.tar.bz2 | |
rxvt-unicode: use patch DSL
Diffstat (limited to 'Library/Formula/rxvt-unicode.rb')
| -rw-r--r-- | Library/Formula/rxvt-unicode.rb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Formula/rxvt-unicode.rb b/Library/Formula/rxvt-unicode.rb index 3d786d7bb..809a02154 100644 --- a/Library/Formula/rxvt-unicode.rb +++ b/Library/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 |
