[Xfce-bugs] [Bug 8081] New: xfce4-taskmanager-1.0.0 fails to build on FreeBSD 9.0-BETA3
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Fri Oct 28 22:30:20 CEST 2011
https://bugzilla.xfce.org/show_bug.cgi?id=8081
Bug #: 8081
Summary: xfce4-taskmanager-1.0.0 fails to build on FreeBSD
9.0-BETA3
Classification: Xfce
Product: Xfce-utils
Version: 4.8.0
Platform: Other
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: Medium
Component: General
AssignedTo: xfce-bugs at xfce.org
ReportedBy: Cy.Schubert at komquats.com
Created attachment 3925
--> https://bugzilla.xfce.org/attachment.cgi?id=3925
Patch to resolve the issue.
xfce4-taskmanager fails to build on FreeBSD 9.0-BETA3. The following patch
resolves the issue:
--- src/task-manager-freebsd.c.orig 2010-05-21 06:29:33.000000000 -0700
+++ src/task-manager-freebsd.c 2011-10-27 12:42:24.425260800 -0700
@@ -18,6 +18,9 @@
#include <fcntl.h>
#include <paths.h>
#include <unistd.h>
+#if defined(__FreeBSD_version) && __FreeBSD_version >= 900044
+#include <sys/vmmeter.h>
+#endif
#include <glib.h>
--
Configure bugmail: https://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list