diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2011-05-16 19:26:43 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2011-05-16 19:26:43 +0000 |
commit | a34b8d38b831d19001533639592430f41527a96c (patch) | |
tree | 039439a298b8e93967986e11178208cf8e1adbe2 /accessibility/jovie | |
parent | eb56f7f7066ae94ebacc2284e0b0000539fca8d9 (diff) |
Notes
Diffstat (limited to 'accessibility/jovie')
-rw-r--r-- | accessibility/jovie/files/patch-jovie__CMakeLists.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/accessibility/jovie/files/patch-jovie__CMakeLists.txt b/accessibility/jovie/files/patch-jovie__CMakeLists.txt deleted file mode 100644 index e2ed95040734..000000000000 --- a/accessibility/jovie/files/patch-jovie__CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ ---- ./jovie/CMakeLists.txt.orig 2010-07-30 11:04:09.892079431 +0400 -+++ ./jovie/CMakeLists.txt 2010-07-30 11:04:27.027110608 +0400 -@@ -8,12 +8,12 @@ - - # if speechd was found use it - if (SPEECHD_FOUND) -- set (SPEECH_LIB speechd) -+ set (SPEECH_LIB ${SPEECHD_LIBRARY}) - endif (SPEECHD_FOUND) - - # prefer opentts if it was also found (or if it was the only one found) - if (OPENTTS_FOUND) -- set (SPEECH_LIB opentts) -+ set (SPEECH_LIB ${OPENTTS_LIBRARY}) - endif (OPENTTS_FOUND) - - # we found speechd or opentts, so continue |