aboutsummaryrefslogtreecommitdiff
path: root/accessibility/kaccessible
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2011-03-27 23:09:11 +0000
committerAlberto Villa <avilla@FreeBSD.org>2011-03-27 23:09:11 +0000
commit76101467e391ddd839a79ce153655f9d8cfedc5b (patch)
tree3296cb5cea85f62fe7b828a7b242b9ad688a1ab3 /accessibility/kaccessible
parent5519b275ae003939c9c37503b34cd483613d4833 (diff)
downloadports-76101467e391ddd839a79ce153655f9d8cfedc5b.tar.gz
ports-76101467e391ddd839a79ce153655f9d8cfedc5b.zip
Notes
Diffstat (limited to 'accessibility/kaccessible')
-rw-r--r--accessibility/kaccessible/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/kaccessible/Makefile b/accessibility/kaccessible/Makefile
index 73adb5e5a4c9..f1bade290018 100644
--- a/accessibility/kaccessible/Makefile
+++ b/accessibility/kaccessible/Makefile
@@ -23,7 +23,6 @@ USE_KDE4= kdelibs kdeprefix kdehier automoc4
KDE4_BUILDENV= yes
USE_QT_VER= 4
QT_COMPONENTS= opengl gui qmake_build moc_build rcc_build uic_build
-CMAKE_ARGS+= -DCMAKE_EXE_LINKER_FLAGS:STRING="-L${LOCALBASE}/lib"
MAKE_JOBS_SAFE= yes
MAN1= kmag.1 \
@@ -43,5 +42,7 @@ post-patch:
${PATCH_WRKSRC}/CMakeLists.txt
${REINPLACE_CMD} -e '/add_subdirectory.*jovie/d' \
${PATCH_WRKSRC}/doc/CMakeLists.txt
+ ${REINPLACE_CMD} -e 's/speechd/$$$\{SPEECHD_LIBRARY}/g' \
+ ${PATCH_WRKSRC}/kaccessible/CMakeLists.txt
.include <bsd.port.mk>