diff options
| author | Jack Nagel | 2013-09-15 15:48:00 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-15 15:52:51 -0500 |
| commit | 2965f95bd53e2e16ebcc93c0ef753f790f2ff1eb (patch) | |
| tree | fcbc38cb426ebdd542edd2bfd21c3b3b07e10814 /Library | |
| parent | c284375ef8b94a50916186a9fcdab9251fdf4022 (diff) | |
| download | homebrew-2965f95bd53e2e16ebcc93c0ef753f790f2ff1eb.tar.bz2 | |
glib: restore patch
This patch needs to stay for packaging reasons.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/glib.rb | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb index 959081af7..340a59302 100644 --- a/Library/Formula/glib.rb +++ b/Library/Formula/glib.rb @@ -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 |
