ports/sysutils/kuser-kde4/files/patch-globals.h
Tobias C. Berner a4a7daf069 Give the KDE SC4 applications ports a -kde4 suffix
In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.

PR:		225992
Exp-run by:	antoine
Reviewed by:	rakuco, adridg
Differential Revision:	https://reviews.freebsd.org/D14413
2018-02-22 19:03:17 +00:00

15 lines
579 B
C

error: invalid suffix on literal; C++11 requires a space between literal and identifier
[-Wreserved-user-defined-literal]
#define PWMKDB _PATH_PWD_MKDB" -p "PASSWORD_FILE
--- globals.h.orig 2018-01-07 18:03:51 UTC
+++ globals.h
@@ -53,7 +53,7 @@
#include <pwd.h>
#define PASSWORD_FILE _PATH_MASTERPASSWD
#define PASSWORD_FILE_MASK S_IRUSR | S_IWUSR
- #define PWMKDB _PATH_PWD_MKDB" -p "PASSWORD_FILE
+ #define PWMKDB _PATH_PWD_MKDB " -p " PASSWORD_FILE
#define SKELDIR "/usr/share/skel"
#define SKEL_FILE_PREFIX "dot"
#define CRONTAB_DIR "/var/cron/tabs"