Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Use XFree86 4.x by default on i386 and x86_64.
details: https://anonhg.NetBSD.org/src/rev/b02cb7aa5b86
branches: trunk
changeset: 533529:b02cb7aa5b86
user: tron <tron%NetBSD.org@localhost>
date: Wed Jul 03 11:51:34 2002 +0000
description:
Use XFree86 4.x by default on i386 and x86_64.
This change was approved by Frank van der Linden.
diffstat:
share/mk/bsd.own.mk | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r bb81cd5900ec -r b02cb7aa5b86 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Wed Jul 03 11:41:39 2002 +0000
+++ b/share/mk/bsd.own.mk Wed Jul 03 11:51:34 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.299 2002/07/01 19:31:12 fredette Exp $
+# $NetBSD: bsd.own.mk,v 1.300 2002/07/03 11:51:34 tron Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -458,4 +458,9 @@
.endif
.endfor
+# Use XFree86 4.x as default version on i386 and x86_64.
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
+USE_XF86_4?= yes
+.endif
+
.endif # _BSD_OWN_MK_
Home |
Main Index |
Thread Index |
Old Index