Use XFree86 4.x by default on i386 and x86_64.
This change was approved by Frank van der Linden.
This commit is contained in:
parent
1f4098eb40
commit
2bd3a8cf3c
|
@ -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_)
|
.if !defined(_BSD_OWN_MK_)
|
||||||
_BSD_OWN_MK_=1
|
_BSD_OWN_MK_=1
|
||||||
|
@ -458,4 +458,9 @@ USE_${var}?= yes
|
||||||
.endif
|
.endif
|
||||||
.endfor
|
.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_
|
.endif # _BSD_OWN_MK_
|
||||||
|
|
Loading…
Reference in New Issue