From 6af1e7e4ce7ab16a5da74e894ce56c3b49bb24d9 Mon Sep 17 00:00:00 2001 From: Anders F Bjorklund Date: Wed, 30 May 2012 22:27:03 +0200 Subject: pygobject: avoid startup warnings Closes #12513. Signed-off-by: Jack Nagel --- Library/Formula/pygobject.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library/Formula/pygobject.rb') diff --git a/Library/Formula/pygobject.rb b/Library/Formula/pygobject.rb index 19955a44c..786d9a67b 100644 --- a/Library/Formula/pygobject.rb +++ b/Library/Formula/pygobject.rb @@ -9,6 +9,11 @@ class Pygobject < Formula depends_on 'gobject-introspection' depends_on 'gtk+' + # https://bugzilla.gnome.org/show_bug.cgi?id=668522 + def patches + "http://git.gnome.org/browse/pygobject/patch/gio/gio-types.defs?id=42d01f060c5d764baa881d13c103d68897163a49" + end + def options [["--universal", "Builds a universal binary"]] end -- cgit v1.2.3