aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility/jovie
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2011-05-17 03:26:43 +0800
committermakc <makc@FreeBSD.org>2011-05-17 03:26:43 +0800
commitca56cd62ce52f8db9d2abf8fbf9a1928778bd691 (patch)
tree7e4afaa85fb220b0934fc278fee6f97fd509f930 /accessibility/jovie
parent7e55452f2607b2b4546aaf3375bc0586130e8122 (diff)
downloadfreebsd-ports-gnome-ca56cd62ce52f8db9d2abf8fbf9a1928778bd691.tar.gz
freebsd-ports-gnome-ca56cd62ce52f8db9d2abf8fbf9a1928778bd691.tar.zst
freebsd-ports-gnome-ca56cd62ce52f8db9d2abf8fbf9a1928778bd691.zip
Update KDE Software Compilation ports to 4.6.3
Special thanks to Raphael Kubo da Costa for his work on this update.
Diffstat (limited to 'accessibility/jovie')
-rw-r--r--accessibility/jovie/files/patch-jovie__CMakeLists.txt17
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