diff options
| author | Xiyue Deng | 2013-09-15 03:55:32 -0700 |
|---|---|---|
| committer | Xiyue Deng | 2013-09-15 03:56:42 -0700 |
| commit | f437fca9289fe1a64ca331d0da3bb76bb9390213 (patch) | |
| tree | bc8e2e54f985c70831ac71f5fec952023a47ded7 /Library/Formula/glib.rb | |
| parent | 26c32e941014dd333cd4134b18ebdc6dff1147b7 (diff) | |
| download | homebrew-f437fca9289fe1a64ca331d0da3bb76bb9390213.tar.bz2 | |
glib: drop invalid patch.
* The upstream bug was tagged wontfix anyway.
* Enable verbose build log.
Closes #22554.
Diffstat (limited to 'Library/Formula/glib.rb')
| -rw-r--r-- | Library/Formula/glib.rb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb index 6a171b6b3..959081af7 100644 --- a/Library/Formula/glib.rb +++ b/Library/Formula/glib.rb @@ -19,11 +19,11 @@ class Glib < Formula end def patches - p = {} - # https://bugzilla.gnome.org/show_bug.cgi?id=673135 Resolved as wontfix. - p[:p1] = "https://raw.github.com/gist/5393707/5a9047ab7838709084b36242a44471b02d036386/glib-configurable-paths.patch" - p[:p0] = "https://trac.macports.org/export/95596/trunk/dports/devel/glib2/files/patch-configure.diff" if build.universal? - p + { + :p0 => [ + "https://trac.macports.org/export/95596/trunk/dports/devel/glib2/files/patch-configure.diff" + ] + } if build.universal? end def install @@ -36,6 +36,7 @@ class Glib < Formula args = %W[ --disable-maintainer-mode --disable-dependency-tracking + --disable-silent-rules --disable-dtrace --disable-modular-tests --disable-libelf |
