diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-03-27 23:09:11 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-03-27 23:09:11 +0000 |
commit | 76101467e391ddd839a79ce153655f9d8cfedc5b (patch) | |
tree | 3296cb5cea85f62fe7b828a7b242b9ad688a1ab3 /accessibility/kmouth | |
parent | Mark move of devel/id-utils. (diff) |
- Fix linking in some circumstances.
PR: ports/155962
Diffstat (limited to 'accessibility/kmouth')
-rw-r--r-- | accessibility/kmouth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/kmouth/Makefile b/accessibility/kmouth/Makefile index 73adb5e5a4c9..f1bade290018 100644 --- a/accessibility/kmouth/Makefile +++ b/accessibility/kmouth/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> |