Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/server Don't build Xsun servers for sparc ...
details: https://anonhg.NetBSD.org/src/rev/6b55fa894f06
branches: trunk
changeset: 936255:6b55fa894f06
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Thu Jul 23 08:34:33 2020 +0000
description:
Don't build Xsun servers for sparc and sparc64.
Not tested, and maybe not worth for wscons'fied ports.
diffstat:
external/mit/xorg/server/xorg-server.old/Makefile.common | 8 ++++----
external/mit/xorg/server/xorg-server/Makefile.common | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (44 lines):
diff -r 27ebd84c6c7c -r 6b55fa894f06 external/mit/xorg/server/xorg-server.old/Makefile.common
--- a/external/mit/xorg/server/xorg-server.old/Makefile.common Thu Jul 23 07:53:35 2020 +0000
+++ b/external/mit/xorg/server/xorg-server.old/Makefile.common Thu Jul 23 08:34:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2016/08/19 03:59:31 mrg Exp $
+# $NetBSD: Makefile.common,v 1.3 2020/07/23 08:34:33 tsutsui Exp $
# These define parts of the Xserver tree that are to be
# conditionally compiled for different platforms. See
@@ -42,9 +42,9 @@
.endif
.if ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
-XSERVER_XSUN= yes
-XSERVER_XSUNMONO= yes
-XSERVER_XSUN24= yes
+#XSERVER_XSUN= yes
+#XSERVER_XSUNMONO= yes
+#XSERVER_XSUN24= yes
.endif
.if ${MACHINE} == "sun3"
diff -r 27ebd84c6c7c -r 6b55fa894f06 external/mit/xorg/server/xorg-server/Makefile.common
--- a/external/mit/xorg/server/xorg-server/Makefile.common Thu Jul 23 07:53:35 2020 +0000
+++ b/external/mit/xorg/server/xorg-server/Makefile.common Thu Jul 23 08:34:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2016/08/19 03:59:30 mrg Exp $
+# $NetBSD: Makefile.common,v 1.28 2020/07/23 08:34:33 tsutsui Exp $
# These define parts of the Xserver tree that are to be
# conditionally compiled for different platforms. See
@@ -43,9 +43,9 @@
.endif
.if ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
-XSERVER_XSUN= yes
-XSERVER_XSUNMONO= yes
-XSERVER_XSUN24= yes
+#XSERVER_XSUN= yes
+#XSERVER_XSUNMONO= yes
+#XSERVER_XSUN24= yes
.endif
.if ${MACHINE} == "sun3"
Home |
Main Index |
Thread Index |
Old Index