aboutsummaryrefslogtreecommitdiff
path: root/x11/plasma5-plasma-workspace
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2020-05-19 20:19:56 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2020-05-19 20:19:56 +0000
commit74e4a334ff62443ba130a830c652513d2fb4c697 (patch)
treeea4e5f0c7a2fa2048d6e1a50269ceb65ed966564 /x11/plasma5-plasma-workspace
parentb0910aebfb4b75c50f2478e756aba4448ad90580 (diff)
downloadports-74e4a334ff62443ba130a830c652513d2fb4c697.tar.gz
ports-74e4a334ff62443ba130a830c652513d2fb4c697.zip
Notes
Diffstat (limited to 'x11/plasma5-plasma-workspace')
-rw-r--r--x11/plasma5-plasma-workspace/Makefile2
-rw-r--r--x11/plasma5-plasma-workspace/files/patch-ksmserver_CMakeLists.txt10
2 files changed, 11 insertions, 1 deletions
diff --git a/x11/plasma5-plasma-workspace/Makefile b/x11/plasma5-plasma-workspace/Makefile
index b52540c47c84..f6bf89449aa2 100644
--- a/x11/plasma5-plasma-workspace/Makefile
+++ b/x11/plasma5-plasma-workspace/Makefile
@@ -2,7 +2,7 @@
PORTNAME= plasma-workspace
DISTVERSION= ${KDE_PLASMA_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 kde kde-plasma
PATCH_SITES= https://github.com/KDE/plasma-workspace/commit/
diff --git a/x11/plasma5-plasma-workspace/files/patch-ksmserver_CMakeLists.txt b/x11/plasma5-plasma-workspace/files/patch-ksmserver_CMakeLists.txt
new file mode 100644
index 000000000000..d22379b61552
--- /dev/null
+++ b/x11/plasma5-plasma-workspace/files/patch-ksmserver_CMakeLists.txt
@@ -0,0 +1,10 @@
+--- ksmserver/CMakeLists.txt.orig 2020-05-05 15:00:04 UTC
++++ ksmserver/CMakeLists.txt
+@@ -1,6 +1,6 @@
+ add_definitions(-DTRANSLATION_DOMAIN=\"ksmserver\")
+
+-check_library_exists(ICE _IceTransNoListen "" HAVE__ICETRANSNOLISTEN)
++check_library_exists("${X11_ICE_LIB}" _IceTransNoListen "" HAVE__ICETRANSNOLISTEN)
+ configure_file(config-ksmserver.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-ksmserver.h)
+
+ add_definitions("-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII")