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:
parent
8f45a8318e
commit
f1da4b202f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408067
@ -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
|
||||
|
11
x11/slim/files/patch-const.h
Normal file
11
x11/slim/files/patch-const.h
Normal 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"
|
Loading…
Reference in New Issue
Block a user