1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/accessibility/jovie/files/patch-jovie__CMakeLists.txt
Max Brazhnikov 08351f8e01 KDE FreeBSD team presents KDE SC 4.5.1.
New ports added:
	misc/kde4-l10n-ia - Interlingua localization for KDE
2010-09-02 21:06:27 +00:00

18 lines
523 B
Plaintext

--- ./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