From 33f73334b058cfbf90d2fbb2f7eb0d5b17afcdbc Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 17 Mar 2014 22:44:51 -0500 Subject: b43-fwcutter: use patch DSL --- Library/Formula/b43-fwcutter.rb | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'Library') diff --git a/Library/Formula/b43-fwcutter.rb b/Library/Formula/b43-fwcutter.rb index 534e8b875..2209275db 100644 --- a/Library/Formula/b43-fwcutter.rb +++ b/Library/Formula/b43-fwcutter.rb @@ -5,13 +5,11 @@ class B43Fwcutter < Formula url "http://bues.ch/b43/fwcutter/b43-fwcutter-018.tar.bz2" sha1 "e77ff733ec43d77761330e16480b7ffa16c7c5dd" - def patches - # Use OSSwapInt16/32 instead of GNU byteswap.h. - # This has been accepted upstream but has not yet been - # officially released. See: - # https://github.com/mbuesch/b43-tools/pull/1 - DATA - end + # Use OSSwapInt16/32 instead of GNU byteswap.h. + # This has been accepted upstream but has not yet been + # officially released. See: + # https://github.com/mbuesch/b43-tools/pull/1 + patch :DATA def install inreplace 'Makefile' do |m| -- cgit v1.2.3