summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/patches/patch-al')
-rw-r--r--x11/kdebase3/patches/patch-al4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdebase3/patches/patch-al b/x11/kdebase3/patches/patch-al
index 71f7a1de077..59f6bdffedf 100644
--- a/x11/kdebase3/patches/patch-al
+++ b/x11/kdebase3/patches/patch-al
@@ -1,4 +1,4 @@
-$NetBSD: patch-al,v 1.9 2005/03/30 12:17:51 markd Exp $
+$NetBSD: patch-al,v 1.10 2005/03/30 13:38:17 markd Exp $
--- kdm/config.def.orig 2005-02-24 00:25:59.000000000 +1300
+++ kdm/config.def
@@ -7,7 +7,7 @@ $NetBSD: patch-al,v 1.9 2005/03/30 12:17:51 markd Exp $
# define DEF_SERVER_CMD XBINDIR "/X"
#endif
+
-+#ifdef __NetBSD__
++#if defined(__NetBSD__) && !defined(__powerpc__)
+# define DEF_SERVER_ARGS "-nolisten tcp vt05"
+#else
+# define DEF_SERVER_ARGS "-nolisten tcp"