diff options
Diffstat (limited to 'x11/kde4-workspace/files/patch-kdm-config.def')
-rw-r--r-- | x11/kde4-workspace/files/patch-kdm-config.def | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kde4-workspace/files/patch-kdm-config.def b/x11/kde4-workspace/files/patch-kdm-config.def new file mode 100644 index 000000000000..5eabd14494f3 --- /dev/null +++ b/x11/kde4-workspace/files/patch-kdm-config.def @@ -0,0 +1,13 @@ +diff -ur kdm~/config.def kdm/config.def +--- ./kdm/config.def.orig 2009-11-17 12:53:01.000000000 +0200 ++++ ./kdm/config.def 2009-11-17 12:55:35.000000000 +0200 +@@ -32,6 +32,9 @@ + #define KDMCONF KDE_CONFDIR "/kdm" + #define KDMDATA KDE_DATADIR "/kdm" + ++#include <sys/param.h> /* This is required for BSD define (how else will we ++ known it exists?). */ ++ + #ifdef _AIX + # define HALT_CMD "/usr/sbin/shutdown -h now" + # define REBOOT_CMD "/usr/sbin/shutdown -r now" |