1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/x11/kde4-workspace/files/patch-kdm-config.def
Martin Wilke 805f92c8d2 The KDE FreeBSD team is proud to announce the release of KDE 4.3.3
for FreeBSD.

For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_3_1to4_3_2.php
http://www.kde.org/announcements/changelogs/changelog4_3_2to4_3_3.php

The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.

Tested by:	pointyhat-exp-run (myself)
2009-11-27 01:44:03 +00:00

14 lines
490 B
Modula-2

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"