summaryrefslogtreecommitdiff
path: root/accessibility/qt5-speech/files/patch-qtspeech.pro
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-04-13 12:35:58 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-04-13 12:35:58 +0000
commita25eafc3bce88330229459fa94b75b13e47bb6be (patch)
tree254f2fdb3d4b84249949fca27e32456dc331e5fb /accessibility/qt5-speech/files/patch-qtspeech.pro
parentdevel/cmake: update to 3.17.1 (diff)
Update Qt5 to 5.14.2
Very big thanks go again to kai@ who provided the www/qt5-webengine upgrade (to 5.14.0). Notably, video capture support was re-enabled. Announcement: https://www.qt.io/blog/qt-5.14-has-released PR: 244964 Exp-run by: antoine
Notes
Notes: svn path=/head/; revision=531601
Diffstat (limited to 'accessibility/qt5-speech/files/patch-qtspeech.pro')
-rw-r--r--accessibility/qt5-speech/files/patch-qtspeech.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/accessibility/qt5-speech/files/patch-qtspeech.pro b/accessibility/qt5-speech/files/patch-qtspeech.pro
deleted file mode 100644
index 3e03cfbe1297..000000000000
--- a/accessibility/qt5-speech/files/patch-qtspeech.pro
+++ /dev/null
@@ -1,18 +0,0 @@
---- qtspeech.pro.orig 2019-02-16 08:32:35 UTC
-+++ qtspeech.pro
-@@ -1,7 +1,11 @@
- load(configure)
--qtCompileTest(flite)
--qtCompileTest(flite_alsa)
--!packagesExist(speech-dispatcher) {
-- qtCompileTest(speechd)
-+with_flite {
-+ qtCompileTest(flite)
-+ qtCompileTest(flite_alsa)
-+}
-+with_speechd {
-+ !packagesExist(speech-dispatcher) {
-+ qtCompileTest(speechd)
-+ }
- }
- load(qt_parts)