qt5: remove CoreFoundation workaround

This commit is contained in:
Jack Nagel 2014-05-21 18:31:14 -05:00
parent 1da1227941
commit 9a7fe8a1cf

View file

@ -55,11 +55,6 @@ class Qt5 < Formula
"-nomake", "tests",
"-release"]
unless MacOS::CLT.installed?
# ... too stupid to find CFNumber.h, so we give a hint:
ENV.append 'CXXFLAGS', "-I#{MacOS.sdk_path}/System/Library/Frameworks/CoreFoundation.framework/Headers"
end
# https://bugreports.qt-project.org/browse/QTBUG-34382
args << "-no-xcb"