Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk switch sparc to new Xorg



details:   https://anonhg.NetBSD.org/src/rev/c07259e7f025
branches:  trunk
changeset: 818074:c07259e7f025
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri Sep 23 21:30:49 2016 +0000

description:
switch sparc to new Xorg

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fea7f6a3fdab -r c07259e7f025 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Sep 23 19:53:52 2016 +0000
+++ b/share/mk/bsd.own.mk       Fri Sep 23 21:30:49 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.961 2016/09/17 15:58:21 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.962 2016/09/23 21:30:49 macallan Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1397,6 +1397,7 @@
     ${MACHINE} == "ofppc"      || \
     ${MACHINE} == "macppc"     || \
     ${MACHINE} == "shark"      || \
+    ${MACHINE} == "sparc"      || \
     ${MACHINE} == "x68k"
 HAVE_XORG_SERVER_VER?=118
 .else



Home | Main Index | Thread Index | Old Index