qt5: prevent auto-detection of FreeType and PCRE

We prefer for `qt5` to use the bundled version of FreeType and PCRE, but
the default is to detect (and use) them from the user's environment, if
available, which can break certain builds. (#188 might be such a case.)

No formula/bottle revision since only from-source builds are affected.
This commit is contained in:
Martin Afanasjew 2016-04-14 23:32:41 +02:00
parent 20056fb838
commit 98081d15f9

View file

@ -69,6 +69,8 @@ class Qt5 < Formula
-system-zlib
-qt-libpng
-qt-libjpeg
-qt-freetype
-qt-pcre
-nomake tests
-no-rpath
]