From b1876da7b62015f2580c8e03df0320ff2af97f83 Mon Sep 17 00:00:00 2001 From: obache Date: Sat, 23 Feb 2013 05:41:04 +0000 Subject: prefer native X11 on Cygwin. --- mk/platform/Cygwin.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mk') diff --git a/mk/platform/Cygwin.mk b/mk/platform/Cygwin.mk index 1836b8158c5..175e03be66c 100644 --- a/mk/platform/Cygwin.mk +++ b/mk/platform/Cygwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: Cygwin.mk,v 1.6 2013/02/22 13:39:31 obache Exp $ +# $NetBSD: Cygwin.mk,v 1.7 2013/02/23 05:41:04 obache Exp $ # # Variable definitions for the Windows with Cygwin. @@ -61,6 +61,8 @@ ULIMIT_CMD_datasize?= ulimit -d `ulimit -H -d` ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s` ULIMIT_CMD_memorysize?= ulimit -v `ulimit -H -v` +X11_TYPE?= native + _OPSYS_HAS_INET6= yes # IPv6 is standard _OPSYS_HAS_JAVA= no # Java is not standard _OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages -- cgit v1.2.3