mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
805f92c8d2
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)
14 lines
490 B
Modula-2
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"
|