Skip to content

Instantly share code, notes, and snippets.

class Qhull < Formula
homepage "http://www.qhull.org/"
url "http://www.qhull.org/download/qhull-2012.1-src.tgz"
mirror "http://lil.fr.distfiles.macports.org/qhull/qhull-2012.1-src.tgz"
sha1 "60f61580e1d6fbbd28e6df2ff625c98d15b5fbc6"
bottle do
root_url "https://downloads.sf.net/project/machomebrew/Bottles/science"
cellar :any
sha1 "67b8992742d9c2bd0a07d731aa6ed7a55ac361f9" => :yosemite
--- a/src/gui/painting/qpaintengine_mac.cpp 2015-05-07 07:14:43.000000000 -0700
+++ b/src/gui/painting/qpaintengine_mac.cpp 2015-07-06 18:07:52.000000000 -0700
@@ -340,13 +340,7 @@
}
// Get the color space from the display profile.
- CGColorSpaceRef colorSpace = 0;
- CMProfileRef displayProfile = 0;
- CMError err = CMGetProfileByAVID((CMDisplayIDType)displayID, &displayProfile);
- if (err == noErr) {