From e3698d1986d3bfaaec72d5b2b73f269faf6da0ba Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 7 May 2014 10:25:23 -0500 Subject: qt, qt5: remove legacy X11 cruft --- Library/Formula/qt.rb | 2 -- Library/Formula/qt5.rb | 2 -- 2 files changed, 4 deletions(-) (limited to 'Library/Formula') 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' -- cgit v1.2.3