summaryrefslogtreecommitdiff
path: root/x11/konsole-kde4/files/patch-src_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'x11/konsole-kde4/files/patch-src_CMakeLists.txt')
-rw-r--r--x11/konsole-kde4/files/patch-src_CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/konsole-kde4/files/patch-src_CMakeLists.txt b/x11/konsole-kde4/files/patch-src_CMakeLists.txt
new file mode 100644
index 000000000000..5a79923fa3a6
--- /dev/null
+++ b/x11/konsole-kde4/files/patch-src_CMakeLists.txt
@@ -0,0 +1,14 @@
+--- src/CMakeLists.txt.orig 2014-11-01 04:17:02 UTC
++++ src/CMakeLists.txt
+@@ -134,6 +134,11 @@ if(HAVE_LIBKONQ)
+ set(konsole_LIBS ${konsole_LIBS} ${LIBKONQ_LIBRARY})
+ endif()
+
++IF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
++ #procstat_getenvv() is in libprocstat
++ list(APPEND konsole_LIBS procstat)
++endif()
++
+ ### Konsole Application
+
+ kde4_add_ui_files(konsoleprivate_SRCS ColorSchemeEditor.ui