mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 19:30:47 -04:00
14 lines
341 B
Plaintext
14 lines
341 B
Plaintext
$NetBSD: patch-am,v 1.1 2008/11/15 03:59:10 chuck Exp $
|
|
|
|
--- tools/dbus-launch-x11.c.orig 2008-11-14 22:45:04.000000000 -0500
|
|
+++ tools/dbus-launch-x11.c 2008-11-14 22:45:44.000000000 -0500
|
|
@@ -143,7 +143,7 @@
|
|
*/
|
|
for (p = display; *p; ++p)
|
|
{
|
|
- if (*p == ':')
|
|
+ if (*p == ':' || *p == '/')
|
|
*p = '_';
|
|
}
|
|
|