Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/deskutils/cairo-dock-plugins/files/patch-Dbus_src_CMakeLists.txt
16462 views
1
--- Dbus/src/CMakeLists.txt.orig 2025-01-04 11:04:38 UTC
2
+++ Dbus/src/CMakeLists.txt
3
@@ -29,7 +29,7 @@ add_definitions (-DCD_PLUGINS_DIR="${pluginsdir}")
4
add_definitions (-DMY_APPLET_ICON_FILE="icon.svg")
5
add_definitions (-DCD_PLUGINS_DIR="${pluginsdir}")
6
7
-IF (${CMAKE_SYSTEM_NAME} MATCHES ^"FreeBSD")
8
+IF (${CMAKE_SYSTEM_NAME} MATCHES "^FreeBSD")
9
set(kvm "kvm")
10
endif()
11
12
13