aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-21 10:11:07 -0500
committerJack Nagel2014-03-21 10:11:07 -0500
commitb6286c8d95b75ee199bbbe1bc2de634bfa791fd7 (patch)
treec4fbf0bcb18c2bc5f2d1a387c3b1e43e387097da /Library/Formula
parenta6072078e51bfdc686ac58e3e745c7585f07efcb (diff)
downloadhomebrew-b6286c8d95b75ee199bbbe1bc2de634bfa791fd7.tar.bz2
wmctrl: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/wmctrl.rb10
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Formula/wmctrl.rb b/Library/Formula/wmctrl.rb
index 93b6c1c74..eb6732fc9 100644
--- a/Library/Formula/wmctrl.rb
+++ b/Library/Formula/wmctrl.rb
@@ -10,12 +10,10 @@ class Wmctrl < Formula
depends_on 'gettext'
depends_on :x11
- def patches
- # Fix for 64-bit arch. See:
- # * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=362068
- # * http://patch-tracker.debian.org/package/wmctrl/1.07-6
- DATA
- end
+ # Fix for 64-bit arch. See:
+ # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=362068
+ # http://patch-tracker.debian.org/package/wmctrl/1.07-6
+ patch :DATA
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",