From 85c795da4bb3f29490530f9a6c76469d549840a5 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Mon, 9 Feb 2009 09:29:31 +0000 Subject: Add missing patch to fix build (noticed by beech) --- .../patch-kopete__plugins__otr__CMakeLists.txt | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 net/kdenetwork4/files/patch-kopete__plugins__otr__CMakeLists.txt (limited to 'net/kdenetwork4') diff --git a/net/kdenetwork4/files/patch-kopete__plugins__otr__CMakeLists.txt b/net/kdenetwork4/files/patch-kopete__plugins__otr__CMakeLists.txt new file mode 100644 index 000000000000..49aad1d2a5ce --- /dev/null +++ b/net/kdenetwork4/files/patch-kopete__plugins__otr__CMakeLists.txt @@ -0,0 +1,29 @@ +--- ../kopete/plugins/otr/CMakeLists.txt.orig 2008-10-01 16:20:37.000000000 +0000 ++++ ../kopete/plugins/otr/CMakeLists.txt 2009-01-28 23:21:50.000000000 +0000 +@@ -10,7 +10,7 @@ + + kde4_add_plugin(kopete_otr ${kopete_otr_PART_SRCS}) + +-target_link_libraries(kopete_otr ${KDE4_KDEUI_LIBS} kopete kopete_otr_shared otr) ++target_link_libraries(kopete_otr ${KDE4_KDEUI_LIBS} kopete kopete_otr_shared ${LIBOTR_LIBRARY}) + + install(TARGETS kopete_otr DESTINATION ${PLUGIN_INSTALL_DIR}) + +@@ -24,7 +24,7 @@ + + kde4_add_plugin(kcm_kopete_otr ${kcm_kopete_otr_PART_SRCS}) + +-target_link_libraries(kcm_kopete_otr ${KDE4_KDEUI_LIBS} kopete kopete_otr_shared otr) ++target_link_libraries(kcm_kopete_otr ${KDE4_KDEUI_LIBS} kopete kopete_otr_shared ${LIBOTR_LIBRARY}) + + install(TARGETS kcm_kopete_otr DESTINATION ${PLUGIN_INSTALL_DIR}) + +@@ -40,7 +40,7 @@ + + kde4_add_library(kopete_otr_shared SHARED ${kopete_otr_shared_LIB_SRCS}) + +-target_link_libraries(kopete_otr_shared kopete ${KDE4_KIO_LIBS} ${KDE4_KDEUI_LIBS} otr) ++target_link_libraries(kopete_otr_shared kopete ${KDE4_KIO_LIBS} ${KDE4_KDEUI_LIBS} ${LIBOTR_LIBRARY}) + + set_target_properties(kopete_otr_shared PROPERTIES VERSION 1.0.0 SOVERSION 1) + install(TARGETS kopete_otr_shared ${INSTALL_TARGETS_DEFAULT_ARGS}) -- cgit v1.2.3