freebsd-ports/x11/gnome-screensaver/files/patch-src_gs-job.c
Joe Marcus Clarke c3ef872f7e Add gnome-screensaver, a simple screen saver and locker for the GNOME
desktop.  Gnome-screensaver only comes with a few modules of its own, but
can use all of the xscreensaver modules.  This is poised to be the default
screensaver in GNOME 2.14.
2005-11-05 05:03:59 +00:00

12 lines
299 B
C

--- src/gs-job.c.orig Wed Sep 7 09:23:59 2005
+++ src/gs-job.c Mon Sep 12 13:24:11 2005
@@ -29,7 +29,8 @@
#include <sys/wait.h>
#include <errno.h>
-#if defined(HAVE_SETPRIORITY) && defined(PRIO_PROCESS)
+#if defined(HAVE_SETPRIORITY)
+#include <sys/time.h>
#include <sys/resource.h>
#endif