gtk+3: remove 10.6-related patch (#4250)

The fix has already gone upstream, thus the old patch breaks the build on 10.6. And homebrew does not support it anyway.
This commit is contained in:
frickler01 2016-08-26 13:59:42 +02:00 committed by Mike McQuaid
parent e12f6e0ed1
commit bfbb3403f9

View file

@ -25,15 +25,6 @@ class Gtkx3 < Formula
depends_on "gsettings-desktop-schemas" => :recommended
depends_on "jasper" => :optional
# Replace a keyword not supported by Snow Leopard's Objective-C compiler.
# https://bugzilla.gnome.org/show_bug.cgi?id=756770
if MacOS.version <= :snow_leopard
patch do
url "https://bugzilla.gnome.org/attachment.cgi?id=313599&format=raw"
sha256 "a090b19d3c15364914917d9893be292225e8b8a016f2833a5b8354f079475a73"
end
end
# Fixes detection of CUPS 2.x by the configure script
# https://bugzilla.gnome.org/show_bug.cgi?id=767766
# Merged upstream, should be in the next release.