gtk+3 3.22.10
gtk+3: add patch for pre-Xcode 8 builds Closes #11065. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
8d436da198
commit
f8d0f4199b
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@ class Gtkx3 < Formula
|
||||||
depends_on "gsettings-desktop-schemas" => :recommended
|
depends_on "gsettings-desktop-schemas" => :recommended
|
||||||
depends_on "jasper" => :optional
|
depends_on "jasper" => :optional
|
||||||
|
|
||||||
|
# bug reported upstream in https://bugzilla.gnome.org/show_bug.cgi?id=780019
|
||||||
|
patch do
|
||||||
|
url "https://bug780019.bugzilla-attachments.gnome.org/attachment.cgi?id=347944"
|
||||||
|
sha256 "e79586e4c9ff431a929cdd0d484abd932aed8b00951865019df2d5dc20ec52b4"
|
||||||
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
args = %W[
|
args = %W[
|
||||||
--enable-debug=minimal
|
--enable-debug=minimal
|
||||||
|
|
Loading…
Reference in a new issue