freebsd-ports/x11/kde4-baseapps/files/patch-ksysguardd.c
Pete Fritchman f836caf7c1 - better kdmrc config file handling:
* install kdmrc.dist and copy to kdmrc if it doesn't already exist.  don't
    clobber user's custom kdmrc settings.
  * always install the scripts, even if the config directory exists
  * always generate the scripts (add --no-old)
- remove rcsid from patch so it applies cleanly
- bump PORTREVISION

PR:		32537, 32660
Submitted by:	Alan Eldridge <alane@geeksrus.net>
2001-12-14 06:13:10 +00:00

11 lines
295 B
C

--- ksysguard/ksysguardd/FreeBSD/ksysguardd.c.orig Sat Nov 10 00:17:04 2001
+++ ksysguard/ksysguardd/FreeBSD/ksysguardd.c Sun Dec 9 22:26:48 2001
@@ -37,6 +37,8 @@
#include <sys/wait.h>
#include <unistd.h>
+#include "config.h"
+
#include "CPU.h"
#include "Command.h"
#include "Memory.h"