Skip to content

Commit

Permalink
gtk+3: patch to fix CUPS on Sierra
Browse files Browse the repository at this point in the history
refs #1957.
  • Loading branch information
mistydemeo committed Jun 16, 2016
1 parent 9c0a951 commit d05b4ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Formula/gtk+3.rb
Expand Up @@ -33,6 +33,15 @@ class Gtkx3 < Formula
end
end

# Fixes detection of CUPS 2.x by the configure script
# https://bugzilla.gnome.org/show_bug.cgi?id=767766
if MacOS.version >= :sierra
patch :p0 do
url "https://raw.githubusercontent.com/Homebrew/formula-patches/a1fccbb34751eabe52366b8bb68bcf56ae74517c/gtk%2B3/cups.patch"
sha256 "c1e8eb7ebf0fc75365bf76f1db11ac4ff347b9a568529b3051adaecca0573c81"
end
end

def install
ENV.universal_binary if build.universal?

Expand Down

0 comments on commit d05b4ff

Please sign in to comment.