ports/x11/gdm/files/patch-build-aux_find-x-server.sh
Olivier Duchateau 3ed44d9da9 x11/gdm: udpate to 47.0
PR:	286697
2025-06-11 12:07:11 +02:00

14 lines
412 B
Bash

--- build-aux/find-x-server.sh.orig 2023-05-05 18:12:53 UTC
+++ build-aux/find-x-server.sh
@@ -29,6 +29,10 @@ elif test -x /usr/openwin/bin/Xsun; then
echo "/usr/openwin/bin/Xsun"
elif test -x /opt/X11R6/bin/X; then
echo "/opt/X11R6/bin/X"
+elif test -x /usr/local/bin/Xorg; then
+ echo "/usr/local/bin/Xorg"
+elif test -x /usr/local/bin/X; then
+ echo "/usr/local/bin/X"
else
echo ""
fi