glib: drop invalid patch.
* The upstream bug was tagged wontfix anyway. * Enable verbose build log. Closes Homebrew/homebrew#22554.
This commit is contained in:
parent
9d999f6708
commit
c0fbc2e3c9
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue