diff options
| author | Jack Nagel | 2014-03-19 12:07:55 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 18:57:17 -0500 |
| commit | 2681230c3b9efecf8805961d678964077ba0466f (patch) | |
| tree | 6eacc6227e082124f38d7995397f93e3dc6db92d /Library/Formula | |
| parent | 1cfbfa83bd59d58d27c562836f86ea8aa039eb3a (diff) | |
| download | homebrew-2681230c3b9efecf8805961d678964077ba0466f.tar.bz2 | |
libnids: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libnids.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/libnids.rb b/Library/Formula/libnids.rb index f9ada615a..fca020f17 100644 --- a/Library/Formula/libnids.rb +++ b/Library/Formula/libnids.rb @@ -16,9 +16,7 @@ class Libnids < Formula depends_on 'glib' unless build.include? "disable-libglib" # Patch fixes -soname and .so shared library issues. Unreported. - def patches - DATA - end + patch :DATA def install # autoreconf the old 2005 era code for sanity. |
