summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-02-23 05:41:04 +0000
committerobache <obache@pkgsrc.org>2013-02-23 05:41:04 +0000
commitb1876da7b62015f2580c8e03df0320ff2af97f83 (patch)
tree70500d2af4dab28cf40af5f9dfc44d7e7fe5eedf /mk
parent1d6c3ef81dd8a63b8dfc9e458d289148291e88f1 (diff)
downloadpkgsrc-b1876da7b62015f2580c8e03df0320ff2af97f83.tar.gz
prefer native X11 on Cygwin.
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/Cygwin.mk4
1 files changed, 3 insertions, 1 deletions
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