summaryrefslogtreecommitdiffstats
path: root/kde-runtime/rpc_fix-1.patch
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-06-02 15:19:09 +0000
committerpiernov <piernov@piernov.org>2012-06-02 15:19:09 +0000
commit89dd9819399eeea14e8b689bb13b49ea814bbe54 (patch)
tree5ff16ca19a0bdb65423c57c071d1bd1ab9626fe5 /kde-runtime/rpc_fix-1.patch
parentf4ac21c517d0fee054f45be84f4a2867b05b2eb6 (diff)
downloadnutyx-extra-89dd9819399eeea14e8b689bb13b49ea814bbe54.tar.gz
nutyx-extra-89dd9819399eeea14e8b689bb13b49ea814bbe54.tar.bz2
nutyx-extra-89dd9819399eeea14e8b689bb13b49ea814bbe54.tar.xz
nutyx-extra-89dd9819399eeea14e8b689bb13b49ea814bbe54.zip
kde-runtime correction port
Diffstat (limited to 'kde-runtime/rpc_fix-1.patch')
-rw-r--r--kde-runtime/rpc_fix-1.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-runtime/rpc_fix-1.patch b/kde-runtime/rpc_fix-1.patch
new file mode 100644
index 000000000..7b0a8db75
--- /dev/null
+++ b/kde-runtime/rpc_fix-1.patch
@@ -0,0 +1,19 @@
+Submitted By: Ragnar Thomsen <rthomsen_at_linuxfromscratch_dot_org>
+Date: 2012-04-14
+Initial Package Version: 4.8.2
+Description: Fixes linking to libtirpc
+
+diff -Naur a/kioslave/nfs/CMakeLists.txt b/kioslave/nfs/CMakeLists.txt
+--- a/kioslave/nfs/CMakeLists.txt 2011-07-27 20:36:16.000000000 +0200
++++ b/kioslave/nfs/CMakeLists.txt 2012-04-04 14:26:09.899031662 +0200
+@@ -3,8 +3,8 @@
+
+ kde4_add_plugin(kio_nfs ${kio_nfs_PART_SRCS})
+
+-
+-target_link_libraries(kio_nfs ${KDE4_KIO_LIBS})
++include_directories(/usr/include/tirpc)
++target_link_libraries(kio_nfs ${KDE4_KIO_LIBS} tirpc)
+
+ install(TARGETS kio_nfs DESTINATION ${PLUGIN_INSTALL_DIR} )
+