diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qt.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/qt5.rb | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index 1d57377bd..6234d77ed 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -36,8 +36,6 @@ class Qt < Formula "-nomake", "demos", "-nomake", "examples", "-cocoa", "-fast", "-release"] - args << "-L#{MacOS::X11.lib}" << "-I#{MacOS::X11.include}" if MacOS::X11.installed? - if ENV.compiler == :clang args << "-platform" diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb index 325ab4f1d..c788e313d 100644 --- a/Library/Formula/qt5.rb +++ b/Library/Formula/qt5.rb @@ -63,8 +63,6 @@ class Qt5 < Formula # https://bugreports.qt-project.org/browse/QTBUG-34382 args << "-no-xcb" - args << "-L#{MacOS::X11.lib}" << "-I#{MacOS::X11.include}" if MacOS::X11.installed? - args << "-plugin-sql-mysql" if build.with? 'mysql' if build.with? 'd-bus' |
