diff options
| author | Jack Nagel | 2014-03-20 14:05:22 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 23:31:21 -0500 |
| commit | 5d47de1fc34cc8cfac71ad5176ac5e36b4490220 (patch) | |
| tree | 348613c9d1222bbb3d3c57f8a8cce033dda18d5d /Library/Formula | |
| parent | baf2e2c39a6d10818ca860bfc3a67abe6e65caa1 (diff) | |
| download | homebrew-5d47de1fc34cc8cfac71ad5176ac5e36b4490220.tar.bz2 | |
viewglob: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/viewglob.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/viewglob.rb b/Library/Formula/viewglob.rb index cdd376f1a..89b1ba53e 100644 --- a/Library/Formula/viewglob.rb +++ b/Library/Formula/viewglob.rb @@ -11,11 +11,9 @@ class Viewglob < Formula depends_on 'glib' depends_on 'gtk+' - def patches - # Don't include the <sys/stropts.h> header, it's not available on OS X. - # Fixed upstream for next version. - DATA - end + # Don't include the <sys/stropts.h> header, it's not available on OS X. + # Fixed upstream for next version. + patch :DATA def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
