aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-09-15 15:48:00 -0500
committerJack Nagel2013-09-15 15:52:51 -0500
commit2965f95bd53e2e16ebcc93c0ef753f790f2ff1eb (patch)
treefcbc38cb426ebdd542edd2bfd21c3b3b07e10814 /Library/Formula
parentc284375ef8b94a50916186a9fcdab9251fdf4022 (diff)
downloadhomebrew-2965f95bd53e2e16ebcc93c0ef753f790f2ff1eb.tar.bz2
glib: restore patch
This patch needs to stay for packaging reasons.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/glib.rb12
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