1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

x11/slim: Fix blank display after xcb and xcbproto update

PR:		277502
Reported by:	Ale <discipline@tiscali.it>
Approved by:	jsm (maintainer)
This commit is contained in:
Ivan Rozhuk 2024-03-13 22:32:19 +01:00 committed by Juraj Lutter
parent 4484b1a5e7
commit c187487957
2 changed files with 1 additions and 12 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= slim
PORTVERSION= 1.3.6
PORTREVISION= 23
PORTREVISION= 24
CATEGORIES= x11
MASTER_SITES= ftp://ftp.berlios.de/pub/slim/ \
SF/slim.berlios

View File

@ -1,11 +0,0 @@
--- 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"