diff options
| author | Jack Nagel | 2014-03-19 12:07:55 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 18:57:17 -0500 |
| commit | 1cfbfa83bd59d58d27c562836f86ea8aa039eb3a (patch) | |
| tree | 481ce0fafe598e765304871f08c3212e6ea0edaf /Library/Formula/libnfc.rb | |
| parent | 254b3e651be1da342a5b1c483fc01a121364c556 (diff) | |
| download | homebrew-1cfbfa83bd59d58d27c562836f86ea8aa039eb3a.tar.bz2 | |
libnfc: use patch DSL
Diffstat (limited to 'Library/Formula/libnfc.rb')
| -rw-r--r-- | Library/Formula/libnfc.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/libnfc.rb b/Library/Formula/libnfc.rb index bf738d2c8..c7db17b7b 100644 --- a/Library/Formula/libnfc.rb +++ b/Library/Formula/libnfc.rb @@ -12,9 +12,7 @@ class Libnfc < Formula # Reported upstream: # https://groups.google.com/forum/?fromgroups=#!topic/libnfc-devel/K0cwIdPuqJg # Another patch adds support for USB CDC / ACM type serial ports (tty.usbmodem) - def patches - DATA - end + patch :DATA def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
