glib: restore patch
This patch needs to stay for packaging reasons.
This commit is contained in:
parent
976f8012ac
commit
8867887e36
1 changed files with 7 additions and 5 deletions
|
@ -19,11 +19,13 @@ class Glib < Formula
|
|||
end
|
||||
|
||||
def patches
|
||||
{
|
||||
:p0 => [
|
||||
"https://trac.macports.org/export/95596/trunk/dports/devel/glib2/files/patch-configure.diff"
|
||||
]
|
||||
} if build.universal?
|
||||
p = {}
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=673135 Resolved as wontfix,
|
||||
# but needed to fix an assumption about the location of the d-bus machine
|
||||
# id file.
|
||||
p[:p1] = "https://gist.github.com/jacknagel/5393707/raw/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
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue