mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
Components: - lang/cjs to 5.4.1 - misc/cinnamon-translations to 5.4.2 - sysutils/cinnamon-control-center to 5.4.6 - sysutils/cinnamon-settings-daemon to 5.4.4 - x11-fm/nemo to 5.4.2 - x11-wm/muffin to 5.4.5 - x11/cinnamon-desktop to 5.4.2 - x11/cinnamon-menus to 5.4.0 - x11/cinnamon-screensaver to 5.4.2 - x11/cinnamon-session to 5.4.0 - x11/cinnamon to 5.4.9 - x11/py-python-xapp to 2.2.2 - x11/xapp to 2.2.14 5.6 is the latest upstream release; this is a stopgap to reduce delta. Reviewed by: tcberner (desktop) Differential Revision: https://reviews.freebsd.org/D37917
22 lines
532 B
C
22 lines
532 B
C
diff --git src/cinnamon-global.c src/cinnamon-global.c
|
|
index 23c3f2842..ae8c64a06 100644
|
|
--- src/cinnamon-global.c
|
|
+++ src/cinnamon-global.c
|
|
@@ -16,6 +16,10 @@
|
|
#include <meta/main.h>
|
|
#include <cogl-pango/cogl-pango.h>
|
|
|
|
+#ifdef __FreeBSD__
|
|
+#include <sys/sysctl.h>
|
|
+#endif
|
|
+
|
|
static CinnamonGlobal *the_object = NULL;
|
|
|
|
enum {
|
|
@@ -1605,4 +1609,4 @@ cinnamon_global_alloc_leak (CinnamonGlobal *global, gint mb)
|
|
"xxxxxxxxxxxxxxxxxxxxxxxx"
|
|
);
|
|
}
|
|
-}
|
|
\ No newline at end of file
|
|
+}
|