1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

- Force use unix sockets

PR:		206050
Submitted by:	rozhuk.im at gmail.com
Approved by:	maintainer
This commit is contained in:
Vsevolod Stakhov 2016-02-04 18:08:21 +00:00
parent 8f45a8318e
commit f1da4b202f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408067
2 changed files with 12 additions and 1 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= slim
PORTVERSION= 1.3.6
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= x11
MASTER_SITES= ftp://ftp.berlios.de/pub/slim/ \
SF/slim.berlios

View File

@ -0,0 +1,11 @@
--- const.h.orig 2014-08-12 18:08:28.000000000 +0200
+++ const.h 2014-08-12 18:09:20.000000000 +0200
@@ -13,7 +13,7 @@
#define _CONST_H_
#define APPNAME "slim"
-#define DISPLAY ":0.0"
+#define DISPLAY "unix:0.0"
#define CONSOLE_STR "console"
#define HALT_STR "halt"